diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-16 14:40:01 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-16 14:40:01 -0700 |
commit | a26433db6805cf1f1d711eb820f6a50a98f54f36 (patch) | |
tree | a01088d2f33d333b7396f6a86785377935e858b0 /pptok.dat | |
parent | f9a725aeb7736cc2d82413c636724212c3505073 (diff) | |
download | nasm-a26433db6805cf1f1d711eb820f6a50a98f54f36.tar.gz nasm-a26433db6805cf1f1d711eb820f6a50a98f54f36.tar.bz2 nasm-a26433db6805cf1f1d711eb820f6a50a98f54f36.zip |
preproc: add %un[i]macro, add cleanups
Add %un[i]macro, and a few stylistic cleanups.
Note: unlike %undef, %un[i]macro takes an argument specification,
which must *exactly* match the macro being undefined. Similarly,
%unimacro has to be used to undefine a macro defined with %imacro, and
vice versa.
Diffstat (limited to 'pptok.dat')
-rw-r--r-- | pptok.dat | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ %strlen %substr %undef +%unimacro +%unmacro %use %warning %xdefine |