Use automatic allocation for symbol names

This commit is contained in:
Rangi42
2024-02-28 19:56:29 -05:00
committed by Sylvie
parent 826512730c
commit ef1c1440a0
6 changed files with 42 additions and 45 deletions

View File

@@ -15,7 +15,7 @@ struct FileStackNode;
struct Symbol {
// Info contained in the object files
std::string *name;
std::string name;
enum ExportLevel type;
char const *objFileName;
struct FileStackNode const *src;