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:
4a5bfdb
)
* gasp.c: Include ctype.h.
author
Ken Raeburn
<raeburn@cygnus>
Wed, 20 Apr 1994 22:48:12 +0000
(22:48 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 20 Apr 1994 22:48:12 +0000
(22:48 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/gasp.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 2ae74c48e180adaadb2e9c66ad139ef3d3c4afd5..44ea52d662235dd53354359bd67f3f5aac922567 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+Tue Apr 19 20:27:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * gasp.c: Include ctype.h.
+
Mon Apr 18 21:08:01 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* doc/Makefile.in, doc/as.texinfo: Renamed asdoc-config.texi to
diff --git
a/gas/gasp.c
b/gas/gasp.c
index c15ab64ca8beeb89f2de22f66837ba9af037a641..11eb97e49a52af36a3d046ad0a2f45c1d5367121 100644
(file)
--- a/
gas/gasp.c
+++ b/
gas/gasp.c
@@
-34,6
+34,7
@@
suitable for gas to consume.
#include <stdio.h>
+#include <ctype.h>
#include "host.h"
#define MAX_INCLUDES 30 /* Maximum include depth */