From 1bc58212d3730a188cc3c495e2025bec8cfeed5c Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Mon, 19 May 2003 09:36:38 +0000 Subject: [PATCH] doc/sdccman.lyx: fixed bug 739745 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2630 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ doc/sdccman.lyx | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.47.2