macro names get preprocessed
m-schmoock opened this issue · 0 comments
m-schmoock commented
think of:
deinfe FOO BAR
define FOO 123
... this must cause an "already defined excepction", but does not. instead you get:
BAR => 123
m-schmoock opened this issue · 0 comments
think of:
... this must cause an "already defined excepction", but does not. instead you get:
BAR => 123