]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCglobl.h
The z80 port now needs this
[fw/sdcc] / src / SDCCglobl.h
index 602aef492f5bd26c4f948d208f1a0382026b9d10..b83b5282fa4d90f7dfa15d47672889ffd8e17b01 100644 (file)
@@ -259,6 +259,8 @@ extern int nrelFiles;
 extern char *relFiles[128];
 extern char *libFiles[128];
 extern int nlibFiles;
+extern int nlibPaths;
+extern char *libPaths[128];
 extern bool verboseExec ;
 
 void parseWithComma (char **, char *);