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