Hacked const and volatile modifiers a bit.
[fw/sdcc] / src / SDCCast.h
index fa0b62314c2c74f9f150e2d1402587a4efbef983..9865bb297e1c9fbe8cfcd3cd273c964460ba1002 100644 (file)
@@ -208,6 +208,8 @@ symbol * funcOfTypeVarg (char *, char * , int , char **);
 ast *initAggregates (symbol *, initList *, ast *);
 bool hasSEFcalls (ast *);
 void addSymToBlock (symbol *, ast *);
+void freeStringSymbol(symbol *);
+DEFSETFUNC(resetParmKey);
 
 // exported variables 
 extern set *operKeyReset;