aboutsummaryrefslogtreecommitdiff
path: root/gcc/tlink.c
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1997-09-04 18:54:16 +0000
committerJim Wilson <wilson@gcc.gnu.org>1997-09-04 11:54:16 -0700
commit7053ca7275d7b38677e7813677ed1e00d98f1c7d (patch)
tree97f49545b7637a17b92ff78fcf1314adc7774b86 /gcc/tlink.c
parentf05a8b2501826e4506443f0c6145b7ed7100401b (diff)
downloadgcc-7053ca7275d7b38677e7813677ed1e00d98f1c7d.zip
gcc-7053ca7275d7b38677e7813677ed1e00d98f1c7d.tar.gz
gcc-7053ca7275d7b38677e7813677ed1e00d98f1c7d.tar.bz2
Fix minor bugs found by riscos build attempt.
* tlink.c: Include ctype.h. * ginclude/va-mips.h: Add _VA_MIPS_H_ENUM ifdef/define/endif. From-SVN: r15080
Diffstat (limited to 'gcc/tlink.c')
-rw-r--r--gcc/tlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tlink.c b/gcc/tlink.c
index 77b7875..9f673b9 100644
--- a/gcc/tlink.c
+++ b/gcc/tlink.c
@@ -22,6 +22,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
+#include <ctype.h>
#include "config.h"
#include "hash.h"
#include "demangle.h"