浏览代码

minor macro fix

Nicolas Cannasse 14 年之前
父节点
当前提交
00cf64747c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      std/neko/_std/Type.hx

+ 3 - 0
std/neko/_std/Type.hx

@@ -152,6 +152,9 @@ enum ValueType {
 		a.remove("__construct__");
 		a.remove("prototype");
 		a.remove("new");
+		#if macro
+		a.remove("__ct__");
+		#end
 		return a;
 	}