diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-08 16:06:22 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-08 16:06:22 -0700 |
commit | a9862a8954aa49b17baae243b0b80598d29711e9 (patch) | |
tree | a40ea39139e2211a49efa0a5759369427fa0a895 /CHANGES | |
parent | af19b09a2e894b6f7a3e0001020dd267ad77205d (diff) | |
download | nasm-a9862a8954aa49b17baae243b0b80598d29711e9.tar.gz nasm-a9862a8954aa49b17baae243b0b80598d29711e9.tar.bz2 nasm-a9862a8954aa49b17baae243b0b80598d29711e9.zip |
Document forward references fixed in EQU.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ * New type of character/string constants, using backquotes (`...`), which support C-style escape sequences. * %defstr and %idefstr to stringize macro definitions before creation. +* Fix forward references used in EQU statements. 2.02 ---- |