diff options
author | Keith Kanios <keith@kanios.net> | 2009-07-11 14:26:34 -0500 |
---|---|---|
committer | Keith Kanios <keith@kanios.net> | 2009-07-11 14:26:34 -0500 |
commit | 0af5ee2732450b6c48f8e9ec18c3feba29d4fe6a (patch) | |
tree | 86b2583ef1b2e6bfa3add389fecb595af8cc26b7 /pptok.dat | |
parent | 8059902f125174fc2757b555309a647721c88f5a (diff) | |
download | nasm-0af5ee2732450b6c48f8e9ec18c3feba29d4fe6a.tar.gz nasm-0af5ee2732450b6c48f8e9ec18c3feba29d4fe6a.tar.bz2 nasm-0af5ee2732450b6c48f8e9ec18c3feba29d4fe6a.zip |
pptok: add rmacro/rimacro
preproc: revamp for use with rmacro/rimacro instead of overloading macro/imacro with optional recursion parameter
Diffstat (limited to 'pptok.dat')
-rw-r--r-- | pptok.dat | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,7 @@ %endmacro %endrep %error +%exitmacro %exitrep %fatal %iassign @@ -76,6 +77,8 @@ %push %rep %repl +%rimacro +%rmacro %rotate %stacksize %strcat |