]> git.gag.com Git - fw/sdcc/blobdiff - src/mcs51/main.c
updated to reflect the changes in port structure
[fw/sdcc] / src / mcs51 / main.c
index 29373d19a741c5785e8f400c2aa7ee6012d99824..5aaa53ece3efacae6e6feae813d409d9c9882f56 100644 (file)
@@ -40,6 +40,7 @@ static char *_mcs51_keywords[] =
   "_pdata",
   "_idata",
   "_naked",
+  "_overlay",
   NULL
 };
 
@@ -275,5 +276,8 @@ PORT mcs51_port =
   FALSE,                        /* No array initializer support. */
   cseCostEstimation,
   NULL,                        /* no builtin functions */
+  GPOINTER,                    /* treat unqualified pointers as "generic" pointers */
+  1,                           /* reset labelKey to 1 */
+  1,                           /* globals & local static allowed */
   PORT_MAGIC
 };