Nicolas Cannasse 12 years ago
parent
commit
aea3f39763
1 changed files with 1 additions and 0 deletions
  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