updated to reflect the changes in port structure
[fw/sdcc] / src / izt / tlcs900h.c
index 02b37b38b9b020ea415ec034a54653f08369a6c9..9122bff41dc2e496df2387100dc947bd9969bad9 100644 (file)
@@ -213,5 +213,8 @@ PORT tlcs900h_port =
   FALSE,                        /* No array initializer support. */    
   0,                            /* no CSE cost estimation yet */
   NULL,                        /* no builtin functions */
+  GPOINTER,                    /* treat unqualified pointers as "generic" pointers */
+  1,                           /* reset labelKey to 1 */
+  1,                           /* globals & local static allowed */
   PORT_MAGIC
 };