--- libid3tag-0.15.1b.old/compat.c +++ libid3tag-0.15.1b/compat.c @@ -145,13 +145,7 @@ return hval; } -#ifdef __GNUC__ -__inline -#endif -const struct id3_compat * -id3_compat_lookup (str, len) - register const char *str; - register unsigned int len; +struct id3_compat *id3_compat_lookup (char *str, unsigned int len) { static const struct id3_compat wordlist[] = { --- libid3tag-0.15.1b.old/compat.h +++ libid3tag-0.15.1b/compat.h @@ -33,9 +33,7 @@ id3_compat_func_t *translate; }; -struct id3_compat const *id3_compat_lookup(register char const *, - register unsigned int); - +struct id3_compat *id3_compat_lookup (char *str, unsigned int len); int id3_compat_fixup(struct id3_tag *); # endif