summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-25 22:11:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-25 22:11:36 -0700
commitffd41fe11106e4dc54d06038d48772fcd18200bd (patch)
treeabc4099d25fa5803688c461a3805d0ca746d08bb /CHANGES
parentca4f36cc2cda9fcf241f2e4befa6441b7652132a (diff)
downloadnasm-ffd41fe11106e4dc54d06038d48772fcd18200bd.tar.gz
CHANGES entry for %? and %??
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7288218e..59a8d274 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
----