summaryrefslogtreecommitdiff
path: root/usr.bin/make/varmodifiers.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-07-24 18:56:16 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-07-24 18:56:16 +0000
commitde559112e90706dbab29c8f62d8f75d0ccbfe834 (patch)
tree5877596a667fef89ebde612ffd0779cd322be4d5 /usr.bin/make/varmodifiers.h
parent98982aacf0aa7545ab1423f476775a35cb6b63a1 (diff)
move the code that grabs a value in Var_Parse in its own function,
get_expanded_value. Extend the code a bit to be much more thorough in case of a recursive expansion: shows exactly the cycle of variable names involved. okay millert@
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 057b109530f..2a11b45c819 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.5 2007/07/24 18:52:47 espie Exp $ */
+/* $OpenBSD: varmodifiers.h,v 1.6 2007/07/24 18:56:15 espie Exp $ */
/*
* Copyright (c) 1999 Marc Espie.