]> git.gag.com Git - fw/sdcc/commitdiff
doc/sdccman.lyx: fixed bug 739745
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 19 May 2003 09:36:38 +0000 (09:36 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 19 May 2003 09:36:38 +0000 (09:36 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2630 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
doc/sdccman.lyx

index 84c3e4c798e8df1ba257158ecb0bec7c07d495b3..1919317d0338160d402f8b400ed0d498d6e53ce1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-19  Bernhard Held <bernhard@bernhardheld.de>
+
+       * doc/sdccman.lyx: fixed bug 739745
+
 2003-05-18  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
index b5cff430ccd48f35118af8a794e4517a3236c1e3..b915fcef280736b1e8bfed6bb83b74976ae027ff 100644 (file)
@@ -5653,7 +5653,7 @@ Startup Code
 
 The compiler inserts a call to the C routine 
 \emph on 
-_sdcc__external__startup()
+_sdcc_external_startup()
 \series bold 
 \emph default 
  
@@ -5666,7 +5666,7 @@ at the start of the CODE area.
  before the function main is invoked.
  You could add a 
 \emph on 
-_sdcc__external__startup()
+_sdcc_external_startup()
 \emph default 
  routine to your program to override the default if you need to setup hardware
  or perform some other critical operation prior to static & global variable