From f2ceb0d68aa780e57641e50d972fac3b6e70bd58 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 8 Aug 2002 00:11:19 +0000 Subject: Incorporate some VMS fixes. Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish --- variable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variable.h') diff --git a/variable.h b/variable.h index 15661b5..d9cd7f7 100644 --- a/variable.h +++ b/variable.h @@ -60,6 +60,7 @@ struct variable unsigned int per_target:1; /* Nonzero if a target-specific variable. */ unsigned int append:1; /* Nonzero if an appending target-specific variable. */ + unsigned int special:1; /* Nonzero if this is a special variable. */ unsigned int expanding:1; /* Nonzero if currently being expanded. */ unsigned int exp_count:EXP_COUNT_BITS; /* If >1, allow this many self-referential -- cgit v1.2.3