summaryrefslogtreecommitdiff
path: root/usr.bin/make/varmodifiers.h
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/varmodifiers.h
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/varmodifiers.h')
-rw-r--r--usr.bin/make/varmodifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/varmodifiers.h b/usr.bin/make/varmodifiers.h
index ec11eea6906..c38ffcde383 100644
--- a/usr.bin/make/varmodifiers.h
+++ b/usr.bin/make/varmodifiers.h
@@ -2,7 +2,7 @@
#define VARMODIFIERS_H
/* $OpenPackages$ */
-/* $OpenBSD: varmodifiers.h,v 1.7 2007/07/24 18:58:48 espie Exp $ */
+/* $OpenBSD: varmodifiers.h,v 1.8 2007/07/30 09:51:53 espie Exp $ */
/*
* Copyright (c) 1999 Marc Espie.