diff options
author | pixel <pixel> | 2003-07-12 03:12:16 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-07-12 03:12:16 +0000 |
commit | c477f1a35d23a9a3d3e29622b013532343c078cc (patch) | |
tree | 28b06a8d1d46aab635d5dc7d739b6d41fc51a145 /include | |
parent | 5aa0b4422b5a323303c1ec3c4f5fc37a8bf62cd0 (diff) |
GOT THAT FUCKING BUG OUT!@#!%!#!@#!@$#@!!@
Diffstat (limited to 'include')
-rw-r--r-- | include/gettext.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/gettext.h b/include/gettext.h index 689f8de..bb3158f 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -27,16 +27,6 @@ #else -/* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which - chokes if dcgettext is defined as a macro. So include it now, to make - later inclusions of <locale.h> a NOP. We don't include <libintl.h> - as well because people using "gettext.h" will not include <libintl.h>, - and also including <libintl.h> would fail on SunOS 4, whereas <locale.h> - is OK. */ -#if defined(__sun) -# include <locale.h> -#endif - /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. |