Nicolas Cannasse 12 éve
szülő
commit
aea3f39763
1 módosított fájl, 1 hozzáadás és 0 törlés
  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