(optionally) push static array initialization down to the ports code generator
[fw/sdcc] / src / mcs51 / main.c
index 68e32ea3f8b77dfaaff991003e0107a1b4d35cc2..c06d08a9c6d0b0f6b44360da588127be7f522fe1 100644 (file)
@@ -211,5 +211,6 @@ PORT mcs51_port =
   1,                           /* transform >= to ! < */
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
+  FALSE,                        /* No array initializer support. */
   PORT_MAGIC
 };