summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/globals.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 11:58:52 +0000
committerharti <harti@FreeBSD.org>2005-05-10 11:58:52 +0000
commitaac19b11ef29f0b93bf97f28d1096f4f86dcb44e (patch)
treec70586ccef433028b3a143c78162dfa2dcd6fc84 /usr.bin/make/globals.h
parent5618be5938fd161a7ecd5791169ee8c595817cf3 (diff)
downloadFreeBSD-src-aac19b11ef29f0b93bf97f28d1096f4f86dcb44e.zip
FreeBSD-src-aac19b11ef29f0b93bf97f28d1096f4f86dcb44e.tar.gz
Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.h
Patch: 7.196 Submitted by: Max Okumoto <okumoto@ucsd.edu>
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 fa6c260..a355f30 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -103,12 +103,6 @@ extern Lst envFirstVars;
extern struct GNode *DEFAULT; /* .DEFAULT rule */
-/* Variables defined in a global context, e.g in the Makefile itself */
-extern struct GNode *VAR_GLOBAL;
-
-/* Variables defined on the command line */
-extern struct GNode *VAR_CMD;
-
/* 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[];
OpenPOWER on IntegriCloud