preproc: Warn if someone predefines non ID as definition
commit6d42e9ba4730dc8472e4ec698e2af549c53861c3
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 8 Feb 2015 08:07:17 +0000 (8 11:07 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 8 Feb 2015 08:07:17 +0000 (8 11:07 +0300)
treee5d18a225aee4d313dc6cdd74628d5e2c13c7820
parentd9ca54b6d2c6ea4faf35908e8f257bd60ea5f382
preproc: Warn if someone predefines non ID as definition

Not sure if someone is used this but to not break
backward compatibility lets simply yield error but
don't stop processing.

http://bugzilla.nasm.us/show_bug.cgi?id=3392300

Reported-by: Dave Shields <thedaveshields@gmail.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c