Code

i18n: don't use locale.h
authorMax Kellermann <max@duempel.org>
Thu, 25 Dec 2008 03:15:38 +0000 (04:15 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 25 Dec 2008 03:15:38 +0000 (04:15 +0100)
commit634bed2e83799f604a60bfef62d5e240ea02511c
treea996a63ad0cc9f7c500492275b65971842479d40
parent0abf816f752baef7299f32d21406e92d49d834c0
i18n: don't use locale.h

Just for the _() and N_() macros, we don't need to include locale.h -
define them in i18n.h.
src/i18n.h
src/main.c