]> git.gag.com Git - fw/sdcc/blobdiff - src/pic/main.c
updated to reflect the changes in port structure
[fw/sdcc] / src / pic / main.c
index d88ae7e2f77ff209f9cd037bad85552790cda3f3..01b92363450ea137626cbae3b0a7c3c246a84160 100644 (file)
@@ -304,5 +304,8 @@ PORT pic_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
 };