summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/mkdepend/parse.c')
-rw-r--r--soltools/mkdepend/parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/soltools/mkdepend/parse.c b/soltools/mkdepend/parse.c
index 01adafbbbd36..250a6a66a702 100644
--- a/soltools/mkdepend/parse.c
+++ b/soltools/mkdepend/parse.c
@@ -38,7 +38,6 @@ int deftype ( char *line, struct filepointer *filep,
int zero_value(char *exp, struct filepointer *filep,
struct inclist *file_red, struct symhash *symbols);
-extern char *directives[];
extern struct symhash *maininclist;
int find_includes(struct filepointer *filep, struct inclist *file, struct inclist *file_red, int recursion, boolean failOK, struct IncludesCollection* incCollection, struct symhash *symbols)
@@ -361,7 +360,7 @@ int deftype (char *line, struct filepointer *filep, struct inclist *file_red, st
* HACK! - so that we do not have to introduce 'symbols' in each cppsetup.c
* function... It's safe, functions from cppsetup.c don't return here.
*/
-struct symhash *global_symbols = NULL;
+static struct symhash *global_symbols = NULL;
char * isdefined( char *symbol )
{