diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-01 21:26:27 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-01 21:26:27 -0700 |
commit | f26e097304dfb1ebe3fa06bc15a6be51a139eff1 (patch) | |
tree | 658c41f99c050f228a9c29c58ceb1873a6cbda43 /pptok.dat | |
parent | a396a1807451775961c6e21e969880c4d2cbb086 (diff) | |
download | nasm-f26e097304dfb1ebe3fa06bc15a6be51a139eff1.tar.gz nasm-f26e097304dfb1ebe3fa06bc15a6be51a139eff1.tar.bz2 nasm-f26e097304dfb1ebe3fa06bc15a6be51a139eff1.zip |
preproc: %strcat directive to concatenate quoted strings
I noticed there was no sane way to concatenate the contents of quoted
strings, so add the %strcat directive.
These really need to become preprocessor functions at some stage.
Diffstat (limited to 'pptok.dat')
-rw-r--r-- | pptok.dat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ %repl %rotate %stacksize +%strcat %strlen %substr %undef |