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 =