Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/usr.bin/make/var.c 146060 2005-05-10 14:10:44Z harti $");
---
> __FBSDID("$FreeBSD: head/usr.bin/make/var.c 146134 2005-05-12 11:58:39Z harti $");
183,185c183,185
< GNode *VAR_ENV; /* variables from the environment */
< GNode *VAR_GLOBAL; /* variables from the makefile */
< GNode *VAR_CMD; /* variables defined on the command-line */
---
> static GNode *VAR_ENV; /* variables from the environment */
> GNode *VAR_GLOBAL; /* variables from the makefile */
> GNode *VAR_CMD; /* variables defined on the command-line */
186a187,189
> Boolean oldVars; /* variable substitution style */
> Boolean checkEnvFirst; /* -e flag */
>