Rewrite "stringify" logic for consistency and take it into account when removing unused strings

This commit is contained in:
phobos2077
2023-06-09 15:13:52 +02:00
parent bf164be1fc
commit fcea09ea73
5 changed files with 38 additions and 25 deletions
+1
View File
@@ -759,6 +759,7 @@ top:
ret = lookupConstant(buf[which]);
if (ret == -1) {
lexData.type = T_SYMBOL;
lexData.stringData = buf[which];
ret = T_SYMBOL;
}