cpp feature reduction usage in parser

This commit is contained in:
2024-12-03 09:31:27 -05:00
parent 63ebd0d094
commit a7c9dad9fd
8 changed files with 531 additions and 513 deletions

View File

@ -450,7 +450,7 @@ s32 lex_preprocessor_directive( LexContext* ctx )
}
forceinline
void lex_found_token( LexContext* ctx )
void lex_found_token( LexContext* ctx )
{
if ( ctx->token.Type != TokType::Invalid )
{