* src/pic16/device.c: added some debug lines enabled
[fw/sdcc] / src / SDCCast.h
index 5546f10702ddc8d77e2d479d2d4b6f76dde50020..04211fa9e2cbe01b67579f059cc0e423762cf598 100644 (file)
@@ -177,7 +177,8 @@ typedef enum
   RESULT_TYPE_BIT,
   RESULT_TYPE_CHAR,
   RESULT_TYPE_INT,
-  RESULT_TYPE_OTHER
+  RESULT_TYPE_OTHER,
+  RESULT_TYPE_IFX,
 } RESULT_TYPE;
 
 /* forward declarations for global variables */
@@ -223,6 +224,7 @@ void addSymToBlock (symbol *, ast *);
 void freeStringSymbol(symbol *);
 DEFSETFUNC(resetParmKey);
 int astErrors(ast *);
+RESULT_TYPE getResultTypeFromType (sym_link *);
 
 // exported variables 
 extern set *operKeyReset;