diff options
Diffstat (limited to 'tdecore/kentities.c')
-rw-r--r-- | tdecore/kentities.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kentities.c b/tdecore/kentities.c index 070ee7689..8610b49e7 100644 --- a/tdecore/kentities.c +++ b/tdecore/kentities.c @@ -73,7 +73,7 @@ inline #endif #endif static unsigned int -hash_Entity (register const char *str, unsigned int len) +hash_Entity (const char *str, unsigned int len) { static const unsigned short asso_values[] = { @@ -140,7 +140,7 @@ hash_Entity (register const char *str, unsigned int len) __inline #endif const struct entity * -kde_findEntity (register const char *str, unsigned int len) +kde_findEntity (const char *str, unsigned int len) { enum { |