fixed check_syntax(), "break xram r 0x7654" did not work.
[fw/sdcc] / src / SDCCglue.h
index 65c83be9d8f1d7ce90c175b4523c968eb543e4c0..6b3a3b3ce192cd32529b02ff0b650a80c7a884c4 100644 (file)
 #ifndef SDCCGLUE_H
 #define SDCCGLUE_H 1
 
-void glue();
+void glue (void);
 /* drdani Jan 30 2000
- This is needed in gen.c of z80 port */
  This is needed in gen.c of z80 port */
 char *aopLiteral (value *, int);
-void flushStatics(void);
+void flushStatics (void);
+int printIvalCharPtr (symbol *, sym_link *, value *, FILE *);
 
 extern symbol *interrupts[];
 extern set *publics;
 extern set *tmpfileSet;
+
+void rm_tmpfiles (void);
+int 
+pointerTypeToGPByte (const int p_type, const char *iname, const char *oname);
+
 #endif