Report "<stdin>" or "<stdout>" when using "-" as a filename placeholder (#1297)

Also fix a memory leak with `targetFileNames`
This commit is contained in:
Sylvie
2024-02-18 11:07:25 -05:00
committed by GitHub
parent c07f3da9a1
commit 8a49a0b714
7 changed files with 64 additions and 68 deletions

View File

@@ -10,7 +10,7 @@
struct Expression;
struct FileStackNode;
extern char *objectName;
extern const char *objectName;
extern struct Section *sectionList;
void out_RegisterNode(struct FileStackNode *node);