* configure, config.in: Rebuild.

* configure.ac: Don't check for ctype.h, time.h.
	* expprint.c: Don't use HAVE_CTYPE_H.
This commit is contained in:
Tom Tromey
2012-11-14 19:16:04 +00:00
parent 5e487a5f92
commit e68227b907
5 changed files with 8 additions and 14 deletions

View File

@@ -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)