X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCast.h;h=a3fb3d3c7eead9aa1bd104d5c7ad74f1f8b00426;hb=b83395c5c022aa39fa185a2ac9dfcb90be78551b;hp=9e8ac52631d8cc26728331d56915f26ed89ebf08;hpb=b9f227a7df147ba5f0ee09f6530727313fb1c0f1;p=fw%2Fsdcc diff --git a/src/SDCCast.h b/src/SDCCast.h index 9e8ac526..a3fb3d3c 100644 --- a/src/SDCCast.h +++ b/src/SDCCast.h @@ -189,6 +189,7 @@ ast *removePreIncDecOps (ast *); ast *removePostIncDecOps (ast *); value *sizeofOp (sym_link *); value *evalStmnt (ast *); +ast *createRMW (ast *, unsigned, ast *); ast *createFunction (symbol *, ast *); ast *createBlock (symbol *, ast *); ast *createLabel (symbol *, ast *);