* configure.in, configure: have device/lib/pic configured
[fw/sdcc] / src / SDCCopt.c
index 64b49c6fdd5ac15277f8fe27cc9225681aca34f1..a7cf5cbbbaf703fc885387d40265ba4826c7271f 100644 (file)
@@ -741,7 +741,7 @@ found:
   if (currFunc)
     FUNC_HASFCALL (currFunc->type) = 1;
 
-  if(TARGET_IS_PIC16) {
+  if(TARGET_IS_PIC || TARGET_IS_PIC16) {
         /* normally these functions aren't marked external, so we can use their
          * _extern field to marked as already added to symbol table */