Nicolas Cannasse 13 år sedan
förälder
incheckning
4e90a61df3
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;