Nicolas Cannasse 12 năm trước cách đây
mục cha
commit
0b67810429
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 =