* .version: Updated to 2.3.1
[fw/sdcc] / src / mcs51 / main.c
index 68e32ea3f8b77dfaaff991003e0107a1b4d35cc2..3dcb4d86258f15aa223151bfe08ee575ab21ea0b 100644 (file)
@@ -149,6 +149,7 @@ PORT mcs51_port =
   },
   {
     _asmCmd,
+    NULL,
     "-plosgffc",               /* Options with debug */
     "-plosgff",                        /* Options without debug */
     0,
@@ -157,6 +158,7 @@ PORT mcs51_port =
   {
     _linkCmd,
     NULL,
+    NULL,
     ".rel"
   },
   {
@@ -211,5 +213,6 @@ PORT mcs51_port =
   1,                           /* transform >= to ! < */
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
+  FALSE,                        /* No array initializer support. */
   PORT_MAGIC
 };