stdarg.h: Handle the H8/S.

* ginclude/stdarg.h: Handle the H8/S.
        * ginclude/varargs.h: Likewise.

From-SVN: r12409
This commit is contained in:
Jeff Law 1996-07-08 14:29:33 -06:00
parent 5a41511952
commit 8343b898b9
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -33,7 +33,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)