Explorar o código

added HMAny support (updated swflib)

Nicolas Cannasse %!s(int64=14) %!d(string=hai) anos
pai
achega
252a629736
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 }