From: johanknol Date: Sun, 15 Jul 2001 08:41:36 +0000 (+0000) Subject: The z80 port now needs this X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fadbb0af7d15ef90eb65adc021a3e15a6592e56a;p=fw%2Fsdcc The z80 port now needs this git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1070 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index 602aef49..b83b5282 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -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 *);