Search
lxdream.org :: lxdream/src/gettext.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gettext.h
changeset 968:6fb1481859a4
prev755:ab873907b00e
author nkeynes
date Fri Sep 10 08:50:55 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Add missing sh4_translate_breakpoint_hit to the symbol table
Change asm() to __asm__() as it's more likely to work
file annotate diff log raw
1.1 --- a/src/gettext.h Mon Jul 21 00:08:34 2008 +0000
1.2 +++ b/src/gettext.h Fri Sep 10 08:50:55 2010 +1000
1.3 @@ -28,7 +28,7 @@
1.4 #endif
1.5
1.6 /* NLS can be disabled through the configure --disable-nls option. */
1.7 -#if ENABLE_NLS
1.8 +#ifdef ENABLE_NLS
1.9
1.10 /* Get declarations of GNU message catalog functions. */
1.11 # include <libintl.h>
.