removed obsolete and buggy ARRAYINIT
[fw/sdcc] / src / ds390 / main.c
index 2d5b4717ec14327b12a38ce2a5281817711130aa..f94e3027d4e0a020baba1e909794f6e2d09d200c 100644 (file)
@@ -416,7 +416,11 @@ PORT ds390_port =
   1,                           /* transform >= to ! < */
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
+#if 0 // obsolete, and buggy for != xdata
   TRUE,                         /* we support array initializers. */
+#else
+  FALSE,                        /* No array initializer support. */
+#endif
   cseCostEstimation,
   __ds390_builtins,             /* table of builtin functions */
   GPOINTER,                    /* treat unqualified pointers as "generic" pointers */