浏览代码

added HMAny support (updated swflib)

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

+ 2 - 0
genswf.ml

@@ -186,6 +186,8 @@ let rec make_tpath = function
 		assert false
 	| HMAttrib _ ->
 		assert false
+	| HMAny ->
+		assert false
 	| HMParams (t,params) ->
 		let params = List.map (fun t -> TPType (CTPath (make_tpath t))) params in
 		{ (make_tpath t) with tparams = params }