mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
756 B

  1. --- ./locale/programs/charmap-kw.h.orig 2008-06-05 12:44:16.000000000 +0200
  2. +++ ./locale/programs/charmap-kw.h 2008-06-05 12:44:33.000000000 +0200
  3. @@ -128,7 +128,7 @@
  4. #ifdef __GNUC__
  5. __inline
  6. #endif
  7. -const struct keyword_t *
  8. +static const struct keyword_t *
  9. charmap_hash (register const char *str, register unsigned int len)
  10. {
  11. static const struct keyword_t wordlist[] =
  12. --- ./locale/programs/locfile-kw.h.orig 2008-06-05 12:44:46.000000000 +0200
  13. +++ ./locale/programs/locfile-kw.h 2008-06-05 12:44:52.000000000 +0200
  14. @@ -128,7 +128,7 @@
  15. #ifdef __GNUC__
  16. __inline
  17. #endif
  18. -const struct keyword_t *
  19. +static const struct keyword_t *
  20. locfile_hash (register const char *str, register unsigned int len)
  21. {
  22. static const struct keyword_t wordlist[] =