Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/usr.bin/make/var.c 146141 2005-05-12 14:31:42Z harti $");
---
> __FBSDID("$FreeBSD: head/usr.bin/make/var.c 146145 2005-05-12 14:47:22Z harti $");
1035a1036,1046
> * Set the a global name variable to the value.
> */
> void
> Var_SetGlobal(const char name[], const char value[])
> {
>
> Var_Set(name, value, VAR_GLOBAL);
> }
>
>
> /**