From cb60b1d7381ff356c49bce9454758a620e1630f5 Mon Sep 17 00:00:00 2001 From: wilson Date: Thu, 4 Sep 1997 18:54:16 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15080 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ginclude/va-mips.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/ginclude') diff --git a/gcc/ginclude/va-mips.h b/gcc/ginclude/va-mips.h index af1e1f461b6..a622199388e 100644 --- a/gcc/ginclude/va-mips.h +++ b/gcc/ginclude/va-mips.h @@ -35,6 +35,8 @@ typedef char * __gnuc_va_list; __gnuc_va_list. */ #if defined (_STDARG_H) || defined (_VARARGS_H) +#ifndef _VA_MIPS_H_ENUM +#define _VA_MIPS_H_ENUM enum { __no_type_class = -1, __void_type_class, @@ -57,6 +59,7 @@ enum { __file_type_class, __lang_type_class }; +#endif /* In GCC version 2, we want an ellipsis at the end of the declaration of the argument list. GCC version 1 can't parse it. */ -- cgit v1.2.1