git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2630
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+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 ;-)
The compiler inserts a call to the C routine
\emph on
-_sdcc__external__startup()
+_sdcc_external_startup()
\series bold
\emph default
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