summaryrefslogtreecommitdiff
path: root/usr.bin/make/compat.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-07-30 09:51:54 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-07-30 09:51:54 +0000
commitefa0d3130461b35a2d6a7e220e7eb4221d97d4e4 (patch)
treed87e7134b4faac669f6cb2f32d0f2d4773754d0a /usr.bin/make/compat.c
parent5987d56a4bba5f26086e0ae6cb8283fdb9a076ad (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/compat.c')
-rw-r--r--usr.bin/make/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c
index 8d4e55aa181..60b8a89cfe4 100644
--- a/usr.bin/make/compat.c
+++ b/usr.bin/make/compat.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: compat.c,v 1.52 2007/07/30 09:49:00 espie Exp $ */
+/* $OpenBSD: compat.c,v 1.53 2007/07/30 09:51:53 espie Exp $ */
/* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */
/*