From d6ee43fc14054860179fb1631f90a3b4f139f828 Mon Sep 17 00:00:00 2001 From: kvigor Date: Tue, 10 Oct 2000 04:28:00 +0000 Subject: [PATCH] One more BCC fix git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@454 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCglue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2