CHANGES entry for %? and %??

This commit is contained in:
H. Peter Anvin 2008-05-25 22:11:36 -07:00
parent ca4f36cc2c
commit ffd41fe111

View File

@ -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
----