projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8787e
)
include ctype.h
author
K. Richard Pixley
<rich@cygnus>
Thu, 15 Oct 1992 01:57:45 +0000
(
01:57
+0000)
committer
K. Richard Pixley
<rich@cygnus>
Thu, 15 Oct 1992 01:57:45 +0000
(
01:57
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/infrun.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 0262ca3057bc2dc3f1990f7dc1e6b8ec755b20e8..e5dbad867ae24f4b1e39dbfea024c1aae39f8fac 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/infrun.c
b/gdb/infrun.c
index de2ad56c869a338fb08463ab80294aaadbd31f74..faae810b28f32f30091e606ac9fc327d159635f6 100644
(file)
--- a/
gdb/infrun.c
+++ b/
gdb/infrun.c
@@
-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"