X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic%2Fglue.h;h=88e54429babc1c46be1ac025b002188560050e4a;hb=9ef3585c9ac5a871f67ca27b5e7d70bb71ce885b;hp=bd1cea98ef216b02ff2f6719033c2dc6414e32f5;hpb=321cd682df5659143610e50005c4eb1a6a5decf7;p=fw%2Fsdcc diff --git a/src/pic/glue.h b/src/pic/glue.h index bd1cea98..88e54429 100644 --- a/src/pic/glue.h +++ b/src/pic/glue.h @@ -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 @@ -25,6 +25,12 @@ #ifndef PIC_GLUE_H #define PIC_GLUE_H +#include "../SDCCset.h" + +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