summaryrefslogtreecommitdiff
path: root/parse.c
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 /parse.c
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 'parse.c')
-rw-r--r--parse.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/parse.c b/parse.c
index 65317e2..a4277e7 100644
--- a/parse.c
+++ b/parse.c
@@ -26,13 +26,6 @@ in this Software without prior written authorization from The Open Group.
#include "def.h"
-extern const char * const directives[];
-extern struct inclist inclist[ MAXFILES ],
- *inclistnext,
- maininclist;
-extern const char *includedirs[ ],
- **includedirsnext;
-
static int deftype (char *line, struct filepointer *filep,
struct inclist *file_red, struct inclist *file,
int parse_it);