Code

fix compiler errors without locale.h
authorMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 17:02:07 +0000 (19:02 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 2 Oct 2008 17:02:07 +0000 (19:02 +0200)
commit2fa18f35d878e280bbd8299aa4048bb59e183165
treec7e7bdda00f506d795faa3af5ce4662d87e766a1
parentfe84050389a15b45ee8071ebdc85488d8d3d36b4
fix compiler errors without locale.h

The code did not compile when HAVE_LOCALE_H was not set.  Also don't
compile all that code in charset.c, when there is no locale.h.
src/charset.c
src/charset.h
src/main.c