summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
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);