diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-21 23:21:14 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-02-21 23:21:14 +0000 |
commit | 97a18f26ea3a4d091fa9d57d9c00773cdecbfaef (patch) | |
tree | 804db72713ffd33458515ca2cde99ed7e257f631 /gcc/config/i386/next.h | |
parent | 473b618688e87814cea076f9da0e8e4a2c5e3942 (diff) | |
download | gcc-97a18f26ea3a4d091fa9d57d9c00773cdecbfaef.tar.gz |
Added arg to RETURN_POPS_ARGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/next.h')
-rw-r--r-- | gcc/config/i386/next.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/next.h b/gcc/config/i386/next.h index 1a327a52026..473dd34da22 100644 --- a/gcc/config/i386/next.h +++ b/gcc/config/i386/next.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for Intel x86 CPU running NeXTSTEP - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -214,7 +214,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ rely on the callee to pop it. */ #undef RETURN_POPS_ARGS -#define RETURN_POPS_ARGS(FUNTYPE,SIZE) \ +#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) \ (TREE_CODE (FUNTYPE) == IDENTIFIER_NODE \ ? 0 \ : (TARGET_RTD \ |