Fix for log_failure macro expansion in helper.hpp: CodeBody gen_ast_inlines()

This commit is contained in:
2023-08-08 15:53:10 -04:00
parent 67d02c1f62
commit bb35444be9
2 changed files with 4 additions and 1 deletions

View File

@ -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: