diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-07-30 09:51:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-07-30 09:51:54 +0000 |
commit | efa0d3130461b35a2d6a7e220e7eb4221d97d4e4 (patch) | |
tree | d87e7134b4faac669f6cb2f32d0f2d4773754d0a /usr.bin/make/lst.lib/lstForEachFrom.c | |
parent | 5987d56a4bba5f26086e0ae6cb8283fdb9a076ad (diff) |
everywhere except in Var_Parse, we always add/append variables to the
VAR_GLOBAL context, so make it the common case: rename the basic functions
to Var_Set_with_ctxt/Var_Append_with_ctxt, define Var_Set and Var_Append
as macros that specify VAR_GLOBAL, and use these.
okay miod@
Diffstat (limited to 'usr.bin/make/lst.lib/lstForEachFrom.c')
-rw-r--r-- | usr.bin/make/lst.lib/lstForEachFrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index d8ae435f2a5..8d08177e9cf 100644 --- a/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr.bin/make/lst.lib/lstForEachFrom.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: lstForEachFrom.c,v 1.16 2007/07/29 13:49:54 espie Exp $ */ +/* $OpenBSD: lstForEachFrom.c,v 1.17 2007/07/30 09:51:53 espie Exp $ */ /* $NetBSD: lstForEachFrom.c,v 1.5 1996/11/06 17:59:42 christos Exp $ */ /* |