aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-06-21 23:48:41 +0000
committerTom Tromey <tromey@redhat.com>2002-06-21 23:48:41 +0000
commit0fbb3da7b7698d851a815dd5b2f0735358321d8c (patch)
treed96d5c64cd433a5594ff3a42209a7a70ebe8b390 /gdb/defs.h
parent3558860c6112499e15ab430b849c5c17dc725a68 (diff)
downloadfsf-binutils-gdb-0fbb3da7b7698d851a815dd5b2f0735358321d8c.zip
fsf-binutils-gdb-0fbb3da7b7698d851a815dd5b2f0735358321d8c.tar.gz
fsf-binutils-gdb-0fbb3da7b7698d851a815dd5b2f0735358321d8c.tar.bz2
* gdb_locale.h: New file.
* Makefile.in (GDB_CFLAGS): Define LOCALEDIR. (defs_h): Added gdb_locale.h. * configure, config.in: Rebuilt. * configure.in (PACKAGE): Define. * defs.h: Include gdb_locale.h. * main.c (captured_main): Call setlocale, bindtextdomain,
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 1032738..94a1ac8 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -39,6 +39,8 @@
#include <unistd.h>
#endif
+#include "gdb_locale.h"
+
/* For ``enum target_signal''. */
#include "gdb/signals.h"