Fix the handling of floating-point tokens in the preprocessor
commitc2df282092512917e558f56797f2e2be889de61c
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Oct 2007 22:29:28 +0000 (24 15:29 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Oct 2007 22:29:51 +0000 (24 15:29 -0700)
tree0907bf7ea7cd4f859201e9bb0d6b1c8bfdbe10a1
parentf6816b25bf1c4852765a15564df3bc6a5081dfe1
Fix the handling of floating-point tokens in the preprocessor

Correct the handling of floating-point tokens in the preprocessor.
The preprocessor scanner and the main scanner really are painfully
divergent for no good reason.
nasm.h
preproc.c
test/floatize.asm [new file with mode: 0644]