some -xstack related stuff
[fw/sdcc] / src / SDCCicode.h
index 259cef8a17c5dcc24f390936100dea7792879ae9..b394c56d0db5694af82f9b034ba5c85f42684d7c 100644 (file)
@@ -245,6 +245,7 @@ typedef struct icodeFuncTable
 /* forward references for functions                                */
 /*-----------------------------------------------------------------*/
 iCode   *reverseiCChain     (      );
+bool     isOperandOnStack   (operand *);
 int      isOperandVolatile  (operand *,bool);
 int      isOperandGlobal    (operand *);
 void     printiCChain    ( iCode * , FILE *);