include ctype.h

This commit is contained in:
K. Richard Pixley
1992-10-15 01:57:45 +00:00
parent cc8787efe1
commit a6b98cb90a
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
Wed Oct 14 18:56:28 1992 K. Richard Pixley (rich@sendai.cygnus.com)
* infrun.c: include ctype.h. Otherwise some machines result in
undefined for isdigit.
Tue Oct 13 01:27:14 1992 John Gilmore (gnu@cygnus.com)
* configure.in: Convert m68k entries to m68* entries to handle

View File

@@ -103,6 +103,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include <string.h>
#include <ctype.h>
#include "symtab.h"
#include "frame.h"
#include "inferior.h"