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 Tue Dec 15 08:46:37 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Add side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
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 Tue Dec 15 08:46:37 2009 +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>
.