]> git.gag.com Git - fw/sdcc/blobdiff - src/izt/i186.c
(optionally) push static array initialization down to the ports code generator
[fw/sdcc] / src / izt / i186.c
index 231a7aeb222e8908818809161b998ce70b246930..7a4e39ddd4299993217430c07e8c8aa65b56ef23 100644 (file)
@@ -205,5 +205,6 @@ PORT i186_port = {
     1,  /* transform >= to ! < */
     1,  /* transform != to !(a == b) */
     0,  /* leave == */
+    FALSE,                        /* No array initializer support. */
     PORT_MAGIC
 };