瀏覽代碼

Update bootstrap generator

Yentl Van Tendeloo 7 年之前
父節點
當前提交
3ac8254954
共有 3 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      bootstrap/bootstrap.m.gz
  2. 1 1
      bootstrap/bootstrap.py
  3. 二進制
      bootstrap/minimal.m.gz

二進制
bootstrap/bootstrap.m.gz


+ 1 - 1
bootstrap/bootstrap.py

@@ -223,7 +223,7 @@ def bootstrap():
                     # Now link the code with the compilation manager structure
 
                 print("[MERGE]")
-                all_code += "Boolean function main(model : Element):\n\tlog(\"INIT\")\n\treturn True!"
+                all_code += "\nBoolean function main(model : Element):\n\tlog(\"INIT\")\n\treturn True!\n"
                 with open("bootstrap/merged.alm", 'w') as merged:
                     merged.write(all_code)
 

二進制
bootstrap/minimal.m.gz