m-schmoock / lcpp

A Lua C PreProcessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macro names get preprocessed

m-schmoock opened this issue · comments

think of:

deinfe FOO BAR

define FOO 123

... this must cause an "already defined excepction", but does not. instead you get:
BAR => 123