preproc: Revert to the NASM 2.09 preprocessor
commit36206cd378eaff32b610a4ac3876719465d72ab0
authorH. Peter Anvin <hpa@zytor.com>
Sun, 4 Mar 2012 00:14:51 +0000 (3 16:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 4 Mar 2012 00:23:19 +0000 (3 16:23 -0800)
treec1e14a81f6e924e7d8d920399256ad3a7d65b6fe
parent500ddabcd35f18421fc36dda945adcb212b595a3
preproc: Revert to the NASM 2.09 preprocessor

The NASM 2.09 preprocessor allows some illogical constructs, but which
unfortunately has been found in real code in the field.  We need
a compatibility solution or a pragma before we can avoid that.

However, we need the other features in NASM 2.10 to come out, so
revert the preprocessor changes for now.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
doc/changes.src
doc/nasmdoc.src
pptok.dat
preproc.c