mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	bugfixes while testing with unreal (still more needs fixing
This commit is contained in:
		@@ -155,7 +155,7 @@ s32 lex_preprocessor_define( LexContext* ctx )
 | 
			
		||||
		array_append( _ctx->Lexer_Tokens, opening_paren );
 | 
			
		||||
		move_forward();
 | 
			
		||||
 | 
			
		||||
		Token last_parameter;
 | 
			
		||||
		Token last_parameter = {};
 | 
			
		||||
		// We need to tokenize the define's arguments now:
 | 
			
		||||
		while( ctx->left && * ctx->scanner != ')')
 | 
			
		||||
		{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user