Nicolas Cannasse 12 years ago
parent
commit
0b67810429
1 changed files with 1 additions and 0 deletions
  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 =