소스 검색

minor fix

Nicolas Cannasse 13 년 전
부모
커밋
4e90a61df3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/neko/_std/Type.hx

+ 1 - 1
std/neko/_std/Type.hx

@@ -154,7 +154,7 @@ enum ValueType {
 		a.remove("__properties__");
 		a.remove("prototype");
 		a.remove("new");
-		#if macro
+		#if (macro || interp)
 		a.remove("__ct__");
 		#end
 		return a;