From: kvigor Date: Tue, 10 Oct 2000 04:28:00 +0000 (+0000) Subject: One more BCC fix X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=d6ee43fc14054860179fb1631f90a3b4f139f828;p=fw%2Fsdcc One more BCC fix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@454 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglue.c b/src/SDCCglue.c index 477ad3b5..e605c508 100644 --- a/src/SDCCglue.c +++ b/src/SDCCglue.c @@ -45,7 +45,7 @@ set *externs = NULL; /* Varibles that are declared as extern */ int maxInterrupts = 6; int allocInfo = 1; symbol *mainf; -char *VersionString; +extern char *VersionString; set *tmpfileSet = NULL; /* set of tmp file created by the compiler */ set *tmpfileNameSet = NULL; /* All are unlinked at close. */