Changes to include usage, starting to attempt singleheader automated verification

This commit is contained in:
2023-08-23 13:17:22 -04:00
parent f9117a2353
commit 30eec99628
5 changed files with 64 additions and 16 deletions

View File

@ -609,7 +609,7 @@ String AST::to_string()
break;
case Preprocess_Include:
result.append_fmt( "#include \"%S\"\n", Content );
result.append_fmt( "#include %S\n", Content );
break;
case Preprocess_ElIf: