summaryrefslogtreecommitdiff
path: root/def.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-07 17:47:36 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-07 17:47:36 -0700
commit97ae52f80f9e382917889bde1913367572e89012 (patch)
treeefb6c32d06c1e30b12c503ebba22e33aa60d4b4d /def.h
parent3602fb0b7ba2bde9c73610693dbb50534fe42b81 (diff)
downloadxorg-util-makedepend-97ae52f80f9e382917889bde1913367572e89012.tar.gz
Move extern variable declarations to common header (def.h)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'def.h')
-rw-r--r--def.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/def.h b/def.h
index 5683c1e..6251d91 100644
--- a/def.h
+++ b/def.h
@@ -176,3 +176,20 @@ int cppsetup(const char *filename,
extern void fatalerr(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2);
extern void warning(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2);
extern void warning1(const char *, ...) _X_ATTRIBUTE_PRINTF(1, 2);
+
+extern struct inclist inclist[ MAXFILES ];
+extern struct inclist *inclistp;
+extern struct inclist *inclistnext;
+extern struct inclist maininclist;
+extern const char *includedirs[ ];
+extern const char **includedirsnext;
+extern const char * const directives[];
+extern char *notdotdot[ ];
+
+extern char *objprefix;
+extern char *objsuffix;
+extern int width;
+extern boolean printed;
+extern boolean verbose;
+extern boolean show_where_not;
+extern boolean warn_multiple;