mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-08 22:55:45 -07:00
Changes to include usage, starting to attempt singleheader automated verification
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user