Nicolas Cannasse 12 年 前
コミット
a4ede16f84
1 ファイル変更1 行追加1 行削除
  1. 1 1
      std/haxe/Stack.hx

+ 1 - 1
std/haxe/Stack.hx

@@ -22,6 +22,6 @@
 package haxe;
 
 #if !haxe3
-typedef StackItem = CallStack.StackItem;
+typedef ImportStackItem = CallStack.StackItem;
 typedef Stack = CallStack;
 #end