Nicolas Cannasse 19 роки тому
батько
коміт
d4119ca982
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      std/List.hx

+ 2 - 2
std/List.hx

@@ -49,9 +49,9 @@ class List<T> {
 
 	public function push( item : T ) {
 		var x = #if neko
-			untyped __dollar__array(item,q)
+			untyped __dollar__array(item,h)
 		#else true
-			[item,q]
+			[item,h]
 		#end;
 		h = x;
 		if( q == null )