* device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
[fw/sdcc] / src / pic / glue.h
index bd1cea98ef216b02ff2f6719033c2dc6414e32f5..f4a9407a3f2173b93dfd84eb1fe5b209eb02617d 100644 (file)
@@ -1,8 +1,8 @@
 /*-------------------------------------------------------------------------
 
-  SDCCglue.h - glues everything we have done together into one file.                 
+  SDCCglue.h - glues everything we have done together into one file.
                 Written By -  Sandeep Dutta . sandeep.dutta@usa.net (1998)
-               
+
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
    Free Software Foundation; either version 2, or (at your option) any
 #ifndef PIC_GLUE_H
 #define PIC_GLUE_H
 
+#include "common.h"
+
+extern int pic14_hasInterrupt;
+extern set *pic14_localFunctions;
+
 void picglue (void);
+int pic14_stringInSet(const char *str, set **world, int autoAdd);
 
 #endif