summaryrefslogtreecommitdiff
path: root/pptok.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-16 14:40:01 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-16 14:40:01 -0700
commita26433db6805cf1f1d711eb820f6a50a98f54f36 (patch)
treea01088d2f33d333b7396f6a86785377935e858b0 /pptok.dat
parentf9a725aeb7736cc2d82413c636724212c3505073 (diff)
downloadnasm-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.dat2
1 files changed, 2 insertions, 0 deletions
diff --git a/pptok.dat b/pptok.dat
index aa1af8a..982fc44 100644
--- a/pptok.dat
+++ b/pptok.dat
@@ -48,6 +48,8 @@
%strlen
%substr
%undef
+%unimacro
+%unmacro
%use
%warning
%xdefine