diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-08 20:29:33 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-07-08 20:29:33 +0000 |
commit | e7628bb06c94073499d77a2b9a1517752511962e (patch) | |
tree | 3901ecf89bfe9f350e3a10dfce1325e2cad0580f /gcc/ginclude/stdarg.h | |
parent | 69e3a86e62423b3db5ffdbc25d4412530f4e7e01 (diff) | |
download | gcc-e7628bb06c94073499d77a2b9a1517752511962e.tar.gz |
* ginclude/stdarg.h: Handle the H8/S.
* ginclude/varargs.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ginclude/stdarg.h')
-rw-r--r-- | gcc/ginclude/stdarg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 8eaa53cf5b9..025694eee92 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -35,7 +35,7 @@ #ifdef __alpha__ #include <va-alpha.h> #else -#if defined (__H8300__) || defined (__H8300H__) +#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__) #include <va-h8300.h> #else #if defined (__PPC__) && defined (_CALL_SYSV) |