* device/lib/printf_large.c: pointer was converted to generic pointer for mcs51 model...
[fw/sdcc] / src / SDCCast.h
index 9e8ac52631d8cc26728331d56915f26ed89ebf08..e14ef46fe84a4101d5cf1a048ba39a2f0458bd46 100644 (file)
@@ -173,7 +173,7 @@ ast;
 
 /* forward declarations for global variables */
 extern ast *staticAutos;
-extern FILE *codeOutFile;
+extern struct dbuf_s *codeOutBuf;
 extern struct memmap *GcurMemmap;
 
 /* forward definitions for functions   */
@@ -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 *);