mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Fix for log_failure macro expansion in helper.hpp: CodeBody gen_ast_inlines()
				
					
				
			This commit is contained in:
		@@ -597,7 +597,7 @@ String AST::to_string()
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
		case Preprocess_Include:
 | 
			
		||||
			result.append_fmt( "#include \"%s\"\n", Content );
 | 
			
		||||
			result.append_fmt( "#include \"%s\"\n\n", Content );
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
		case Preprocess_ElIf:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user