Explorar el Código

Update amalgamate.py

blueloveTH hace 3 años
padre
commit
0f820d4430
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      amalgamate.py

+ 1 - 1
amalgamate.py

@@ -2,7 +2,7 @@ with open("src/opcodes.h", "rt", encoding='utf-8') as f:
 	OPCODES_TEXT = f.read()
 
 pipeline = [
-	["__stl__.h", "shared_ptr.h", "str.h", "safestl.h", "builtins.h", "error.h"],
+	["__stl__.h", "shared_ptr.h", "str.h", "hash_table8.hpp", "safestl.h", "builtins.h", "error.h"],
 	["obj.h", "iter.h", "parser.h", "pointer.h", "codeobject.h"],
 	["vm.h", "compiler.h", "repl.h"],
 	["pocketpy.h"]