瀏覽代碼

fixed issue #1341

Nicolas Cannasse 12 年之前
父節點
當前提交
aea3f39763
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      std/haxe/Stack.hx

+ 1 - 0
std/haxe/Stack.hx

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