Nicolas Cannasse 12 anni fa
parent
commit
aea3f39763
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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