Implemented builtin functions
[fw/sdcc] / src / pic / main.c
index 596f5cb25e8effa3016ddac723ce97f68329aac0..d0cd1a33f00c2e1ad9e36b93b721743caf9a7aee 100644 (file)
@@ -300,5 +300,6 @@ PORT pic_port =
   0,                           /* leave == */
   FALSE,                        /* No array initializer support. */
   0,                            /* no CSE cost estimation yet */
+  NULL,                        /* no builtin functions */
   PORT_MAGIC
 };