mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
The include directive needs to be parsed as pp-tokens, not as token (i.e. no conversion to TOK_STR or TOK_NUM). Also fix parsing computed includes using quoted strings.