fixed bug #458099/2
[fw/sdcc] / src / izt / tlcs900h.c
index bc9d8d50faec7225df11dcc81709cd0f9502bdff..e9f852084f0def9f5d412340cc6b349f23416fe2 100644 (file)
@@ -204,5 +204,6 @@ PORT tlcs900h_port =
   1,                           /* transform >= to ! < */
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
+  FALSE,                        /* No array initializer support. */    
   PORT_MAGIC
 };