0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

changes.src: document %if error fix

Document the fix for errors inside live %if branches.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2016-04-05 13:06:14 -07:00
parent eb6653f9e4
commit 8494cc82c5

View File

@ -8,6 +8,11 @@ The NASM 2 series supports x86-64, and is the production version of NASM
since 2007.
\S{cl-2.12.02} Version 2.12.02
\b Fix preprocessor errors, especially \c{%error} and \c{%warning},
inside \c{%if} statements.
\S{cl-2.12.01} Version 2.12.01
\b Portability fixes for some platforms.