浏览代码

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