mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07: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