One more BCC fix
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 10 Oct 2000 04:28:00 +0000 (04:28 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 10 Oct 2000 04:28:00 +0000 (04:28 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@454 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglue.c

index 477ad3b51ce3b2316a5d7ad13bbffc0fa3580435..e605c508a81557fa12b4ebba61bd79f8e91f969d 100644 (file)
@@ -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. */