mirror of
https://github.com/frida/tinycc
synced 2025-03-13 03:03:00 +03:00

Our preprocessor throws away # line-comments in asm mode. It did so also inside preprocessor directives, thereby removing stringification. Parse defines in non-asm mode (but retain '.' as identifier character inside macro definitions).