Implement %iftoken, test for a single token
commitcbf768d67d5540681df5e6ea41fe1fb270c95eec
authorH. Peter Anvin <hpa@zytor.com>
Sun, 17 Feb 2008 00:41:25 +0000 (16 16:41 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 17 Feb 2008 00:41:25 +0000 (16 16:41 -0800)
tree62d5f522c11af3e848bfd4dd8930d441dd8c3633
parent88ab419cc6f190e52052942943fae7779a22c0e1
Implement %iftoken, test for a single token

Implement %iftoken, a test for a single token.  This is useful in
cases using %+ to splice a macro-provided token.
doc/nasmdoc.src
pptok.dat
preproc.c
test/iftoken.asm [new file with mode: 0644]
test/iftoken.pl [new file with mode: 0755]