ソースを参照

fixed Error class issue

Nicolas Cannasse 16 年 前
コミット
725529d096
1 ファイル変更1 行追加1 行削除
  1. 1 1
      genas3.ml

+ 1 - 1
genas3.ml

@@ -73,7 +73,7 @@ let s_path ctx stat path p =
 		let name = protect name in
 		let packs = (try Hashtbl.find ctx.imports name with Not_found -> []) in
 		if not (List.mem pack packs) then Hashtbl.replace ctx.imports name (pack :: packs);
-		Ast.s_type_path path
+		Ast.s_type_path (pack,name)
 
 let reserved =
 	let h = Hashtbl.create 0 in