mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	fixes for operator__validate
This commit is contained in:
		@@ -1515,7 +1515,7 @@ CodeFn parse_function_after_name(
 | 
			
		||||
 | 
			
		||||
	StrBuilder
 | 
			
		||||
	name_stripped = strbuilder_make_str( _ctx->Allocator_Temp, tok_to_str(name) );
 | 
			
		||||
	strip_space(name_stripped);
 | 
			
		||||
	strbuilder_strip_space(name_stripped);
 | 
			
		||||
 | 
			
		||||
	CodeFn
 | 
			
		||||
	result              = (CodeFn) make_code();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user