aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-10 14:16:40 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-10 14:16:40 +0000
commite8b4c1591ab6825127d6f867adfd60e55c271208 (patch)
treedbebb3d481dd032540283995729656ec68e20c4b /usr.bin/make/globals.h
parent413c6d254068abab6181ffceda15bde6e6c25639 (diff)
downloadsrc-e8b4c1591ab6825127d6f867adfd60e55c271208.tar.gz
src-e8b4c1591ab6825127d6f867adfd60e55c271208.zip
Move declarations of variables belonging to the variable module
from globals.h into var.h. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.209)
Notes
Notes: svn path=/head/; revision=146062
Diffstat (limited to 'usr.bin/make/globals.h')
-rw-r--r--usr.bin/make/globals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h
index a355f30a1553..e8d66c071600 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -103,15 +103,9 @@ extern Lst envFirstVars;
extern struct GNode *DEFAULT; /* .DEFAULT rule */
-/* Value returned by Var_Parse when an error is encountered. It actually
- * points to an empty string, so naive callers needn't worry about it. */
-extern char var_Error[];
-
/* The time at the start of this whole process */
extern time_t now;
-extern Boolean oldVars; /* Do old-style variable substitution */
-
extern int debug;
/* warning flags */