浏览代码

fixed issue #1328

Nicolas Cannasse 12 年之前
父节点
当前提交
0b67810429
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      genswf.ml

+ 1 - 0
genswf.ml

@@ -641,6 +641,7 @@ let build_dependencies t =
 	| _ -> ());
 	h := PMap.remove (([],"Int"),DKType) (!h);
 	h := PMap.remove (([],"Int"),DKExpr) (!h);
+	h := PMap.remove (([],"Void"),DKType) (!h);
 	PMap.foldi (fun (c,k) () acc -> (c,k) :: acc) (!h) []
 
 let build_swc_catalog com types =