* sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in:
[fw/sdcc] / sim / ucsim / pobjt.h
index 1bdc7c0ef5cb2e29ae1589479fbb6ff40a05c5b4..45e7e6115da1214a6e0956b8776801bdb5626677 100644 (file)
@@ -31,13 +31,13 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "ddconfig.h"
 
 #ifndef MyTypesHeader
-#define TRUE   1
-#define FALSE  0
-#define bool   int
+#define DD_TRUE         1
+#define DD_FALSE 0
+#define bool    int
 #endif
 
 typedef int    t_index;
-typedef int    (*match_func)(void *, void *);
+typedef int    (*match_func)(void *, const void *);
 typedef void   (*iterator_func)(void *, void *);
 
 #define max_list_size (0x10000/sizeof(void *))