* sim/ucsim/*.*, sim/ucsim/configure, sim/ucsim/configure.in:
[fw/sdcc] / sim / ucsim / pobjt.h
index 3b87988959dde552802f454616be1dab93586be3..45e7e6115da1214a6e0956b8776801bdb5626677 100644 (file)
@@ -37,7 +37,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #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 *))