浏览代码

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("__properties__");
 		a.remove("prototype");
 		a.remove("prototype");
 		a.remove("new");
 		a.remove("new");
-		#if macro
+		#if (macro || interp)
 		a.remove("__ct__");
 		a.remove("__ct__");
 		#end
 		#end
 		return a;
 		return a;