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 ) {
 	public function push( item : T ) {
 		var x = #if neko
 		var x = #if neko
-			untyped __dollar__array(item,q)
+			untyped __dollar__array(item,h)
 		#else true
 		#else true
-			[item,q]
+			[item,h]
 		#end;
 		#end;
 		h = x;
 		h = x;
 		if( q == null )
 		if( q == null )