Message-Id: <199907151827.SAA218170@out2.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 15 Jul 1999 14:27:30 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: typo fix for dxegen.doc X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com This patch corrects dxe_load to _dxe_load. *** src/dxe/dxegen.doc.orig Fri Apr 21 17:18:02 1995 --- src/dxe/dxegen.doc Thu Jul 15 14:23:42 1999 *************** ld to resolve references to build your c *** 19,25 **** The loader only adds around 300 bytes to your image, and the prototype is found in : ! void *dxe_load(char *filename); It takes a single argument which is the file on disk containing the dynamic execution code. It returns a pointer to the symbol you specified at DXE --- 19,25 ---- The loader only adds around 300 bytes to your image, and the prototype is found in : ! void *_dxe_load(char *filename); It takes a single argument which is the file on disk containing the dynamic execution code. It returns a pointer to the symbol you specified at DXE --- Mark Elbrecht, snowball3 AT bigfoot DOT com http://snowball.frogspace.net/