Document forward references fixed in EQU.

This commit is contained in:
H. Peter Anvin 2008-06-08 16:06:22 -07:00
parent af19b09a2e
commit a9862a8954

View File

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