mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-30 11:49:02 -08:00
cpp feature reduction usage in parser
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user