yorickdewid / Cryptox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preprocessor definitions are persistent over compiler sessions

yorickdewid opened this issue · comments

Wipe global macro definition list or include the list into an compiler managed object. Otherwise two compiler sessions will share the same macro definition list possibly resulting in already defined macros.