* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / pic / glue.h
index b5b285dfc285bf6049d9db6166f0b26e49ffe398..f4a9407a3f2173b93dfd84eb1fe5b209eb02617d 100644 (file)
 #ifndef PIC_GLUE_H
 #define PIC_GLUE_H
 
+#include "common.h"
+
+extern int pic14_hasInterrupt;
+extern set *pic14_localFunctions;
+
 void picglue (void);
-unsigned int pic14aopLiteral (value *val, int offset);
+int pic14_stringInSet(const char *str, set **world, int autoAdd);
 
 #endif