summaryrefslogtreecommitdiff
path: root/gdb/expprint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-14 19:16:03 +0000
committerTom Tromey <tromey@redhat.com>2012-11-14 19:16:03 +0000
commit8474b44ee255ede85692726f03b1465eefed734a (patch)
tree770a0eb42f38604bd947f5ed6985ee8216ff6df4 /gdb/expprint.c
parentcbb6198c9071b4bf57b5533857a704669c36c0c6 (diff)
downloadgdb-8474b44ee255ede85692726f03b1465eefed734a.tar.gz
* 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 c8eef5e9c91..ddd3a77c77c 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)