Deleted Added
full compact
39c39
< * $FreeBSD: head/usr.bin/make/var.h 146048 2005-05-10 12:02:15Z harti $
---
> * $FreeBSD: head/usr.bin/make/var.h 146062 2005-05-10 14:16:40Z harti $
53a54,62
> /*
> * 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[];
>
> /* Do old-style variable substitution */
> extern Boolean oldVars;
>