Many signedness and type propagation fixes
[fw/sdcc] / src / SDCCicode.h
index 8d6c543b5a64b34e2c4d1c370b079742e13a6b22..1822f79ff548c01c5ae1a28ce6e32fe86d094b88 100644 (file)
@@ -291,7 +291,6 @@ int isOperandVolatile (operand *, bool);
 int isOperandGlobal (operand *);
 void printiCChain (iCode *, FILE *);
 operand *ast2iCode (ast *,int);
-operand *geniCodeCast (sym_link *, operand *, bool);
 operand *geniCodePtrPtrSubtract (operand *, operand *);
 void initiCode ();
 iCode *iCodeFromAst (ast *);