A bunch of fixes

This commit is contained in:
2025-08-05 23:27:09 +02:00
parent 2ce5835021
commit 500dcb7594
11 changed files with 692 additions and 75 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Amalgamator:
self.out += "// " + file + "\n"
self.out += "////////////////////////////////////////////////////////////////////////////////////////\n"
self.out += "\n"
self.out += "#line 1 \"" + file + "\"\n"
# self.out += "#line 1 \"" + file + "\"\n"
self.out += open(file).read()
if len(self.out) > 0 and self.out[len(self.out)-1] != '\n':