diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-13 12:00:58 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-13 12:00:58 -0700 |
commit | 6d9b2b59b5f6679c5ed16cc06ed24d432838c8dc (patch) | |
tree | 6fed986684432cd6d3b918794b9df7a690624fcc /pptok.dat | |
parent | 5b00bf4d4923756ac6da6e5f9282dacb2877047f (diff) | |
download | nasm-6d9b2b59b5f6679c5ed16cc06ed24d432838c8dc.tar.gz nasm-6d9b2b59b5f6679c5ed16cc06ed24d432838c8dc.tar.bz2 nasm-6d9b2b59b5f6679c5ed16cc06ed24d432838c8dc.zip |
preproc: add %ifenv
Add %ifenv to test for the presence of an environment variable. The
environment variable can, but does not have to be, prefixed with %!.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'pptok.dat')
-rw-r--r-- | pptok.dat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ ## -------------------------------------------------------------------------- ## -## Copyright 1996-2009 The NASM Authors - All Rights Reserved +## Copyright 1996-2010 The NASM Authors - All Rights Reserved ## See the file AUTHORS included with the NASM distribution for ## the specific copyright holders. ## @@ -39,6 +39,7 @@ *ctx *def *empty +*env *id *idn *idni |