diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-25 22:11:36 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-25 22:11:36 -0700 |
commit | ffd41fe11106e4dc54d06038d48772fcd18200bd (patch) | |
tree | abc4099d25fa5803688c461a3805d0ca746d08bb /CHANGES | |
parent | ca4f36cc2cda9fcf241f2e4befa6441b7652132a (diff) | |
download | nasm-ffd41fe11106e4dc54d06038d48772fcd18200bd.tar.gz nasm-ffd41fe11106e4dc54d06038d48772fcd18200bd.tar.bz2 nasm-ffd41fe11106e4dc54d06038d48772fcd18200bd.zip |
CHANGES entry for %? and %??
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ * Fix operation on bigendian machines. * Fix buffer overflow in the preprocessor. * SAFESEH support for Win32, IMAGEREL for Win64 (SEH). +* %? and %?? to refer to the name of a macro itself. In particular, + "%idefine keyword $%?" can be used to make a keyword "disappear". 2.02 ---- |