summaryrefslogtreecommitdiff
path: root/include.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 /include.c
parent3602fb0b7ba2bde9c73610693dbb50534fe42b81 (diff)
Move extern variable declarations to common header (def.h)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include.c')
-rw-r--r--include.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/include.c b/include.c
index d3fa064..ebbdacf 100644
--- a/include.c
+++ b/include.c
@@ -27,14 +27,6 @@ in this Software without prior written authorization from The Open Group.
#include "def.h"
-extern struct inclist inclist[ MAXFILES ],
- *inclistp, *inclistnext;
-extern const char *includedirs[ ],
- **includedirsnext;
-extern char *notdotdot[ ];
-extern boolean show_where_not;
-extern boolean warn_multiple;
-
static boolean
isdot(const char *p)
{