kevreco

Results 1 issues of kevreco

[STB_C_LEX_C_IDENTIFIERS](https://github.com/nothings/stb/blob/master/stb_c_lexer.h#L65) is defined with a `Y` but I can't see it used anywhere. ```c #define STB_C_LEX_C_IDENTIFIERS Y // "[_a-zA-Z][_a-zA-Z0-9]*" CLEX_id ``` There are other non-used macro definition but there are...