X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=sim%2Fucsim%2Fpobjt.h;fp=sim%2Fucsim%2Fpobjt.h;h=45e7e6115da1214a6e0956b8776801bdb5626677;hb=34d14506fd0c12ee5434fec0f9dec27753e1aab5;hp=3b87988959dde552802f454616be1dab93586be3;hpb=9c1f16e0c496f60a6e49aa115b8819f4f3b2e585;p=fw%2Fsdcc diff --git a/sim/ucsim/pobjt.h b/sim/ucsim/pobjt.h index 3b879889..45e7e611 100644 --- a/sim/ucsim/pobjt.h +++ b/sim/ucsim/pobjt.h @@ -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 *))