فهرست منبع

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;
 	}