diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-07 17:47:36 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-07 17:47:36 -0700 |
commit | 97ae52f80f9e382917889bde1913367572e89012 (patch) | |
tree | efb6c32d06c1e30b12c503ebba22e33aa60d4b4d /include.c | |
parent | 3602fb0b7ba2bde9c73610693dbb50534fe42b81 (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.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) { |