aboutsummaryrefslogtreecommitdiff
path: root/gdb/expprint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-14 19:16:04 +0000
committerTom Tromey <tromey@redhat.com>2012-11-14 19:16:04 +0000
commite68227b9073ac89fa9e39578dc14fcada50d4f79 (patch)
tree123ea81f1843b09a3c449eb5f8c1f8d8504c9e41 /gdb/expprint.c
parent5e487a5f921f33afe780015a9e732abe925dc4dc (diff)
* configure, config.in: Rebuild.
* configure.ac: Don't check for ctype.h, time.h. * expprint.c: Don't use HAVE_CTYPE_H.
Diffstat (limited to 'gdb/expprint.c')
-rw-r--r--gdb/expprint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/expprint.c b/gdb/expprint.c
index c8eef5e9c9..ddd3a77c77 100644
--- a/gdb/expprint.c
+++ b/gdb/expprint.c
@@ -33,9 +33,7 @@
#include "gdb_assert.h"
#include "valprint.h"
-#ifdef HAVE_CTYPE_H
#include <ctype.h>
-#endif
void
print_expression (struct expression *exp, struct ui_file *stream)