fixed bug #402254
[fw/sdcc] / src / SDCCast.h
index 31a12aceed63d2b62808a7a46a51f0ea9bb21248..d42b7c6c962d21c6fc129408f2710c00965ff580 100644 (file)
@@ -180,6 +180,7 @@ ast *newAst_STMNT (unsigned val);
 void initAst ();
 ast *newNode (long, ast *, ast *);
 ast *copyAst (ast *);
+ast *removeIncDecOps (ast *);
 value *sizeofOp (sym_link *);
 value *evalStmnt (ast *);
 ast *createFunction (symbol *, ast *);