* src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
[fw/sdcc] / src / SDCCast.h
index 24cc4f7aebcc29d398935c85631509a14392eaa5..2054e1df6413db89ceda06e36b71bf0a37f30c38 100644 (file)
@@ -183,6 +183,8 @@ void initAst ();
 ast *newNode (long, ast *, ast *);
 ast *copyAst (ast *);
 ast *removeIncDecOps (ast *);
+ast *removePreIncDecOps (ast *);
+ast *removePostIncDecOps (ast *);
 value *sizeofOp (sym_link *);
 value *evalStmnt (ast *);
 ast *createFunction (symbol *, ast *);