summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-04 17:23:14 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-04 17:23:14 -0700
commit9e20016edaff54a2bc5e5daadff92c218da10d4b (patch)
tree9450a143a2e60841a6477b7b5d35f74f499038ec /CHANGES
parent0d3b89bc4ec6cc891b03efb84cb92a6eea0faaf3 (diff)
downloadnasm-9e20016edaff54a2bc5e5daadff92c218da10d4b.tar.gz
Add %defstr, %idefstr
Add %defstr and %idefstr, to define a macro as a quoted string.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb6cfc60..2e71c4f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,7 @@
* %substr can now be used to get other than one-character substrings.
* New type of character/string constants, using backquotes (`...`),
which support C-style escape sequences.
+* %defstr and %idefstr to stringize macro definitions before creation.
2.02
----