From: bernhardheld Date: Mon, 19 May 2003 09:36:38 +0000 (+0000) Subject: doc/sdccman.lyx: fixed bug 739745 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1bc58212d3730a188cc3c495e2025bec8cfeed5c;p=fw%2Fsdcc doc/sdccman.lyx: fixed bug 739745 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2630 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 84c3e4c7..1919317d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-19 Bernhard Held + + * doc/sdccman.lyx: fixed bug 739745 + 2003-05-18 Bernhard Held * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-) diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index b5cff430..b915fcef 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -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