mirror of
https://github.com/Ed94/gencpp.git
synced 2026-03-30 16:28:13 -07: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