summaryrefslogtreecommitdiff
path: root/gcc/config/i386/scodbx.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-21 23:21:14 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-21 23:21:14 +0000
commit97a18f26ea3a4d091fa9d57d9c00773cdecbfaef (patch)
tree804db72713ffd33458515ca2cde99ed7e257f631 /gcc/config/i386/scodbx.h
parent473b618688e87814cea076f9da0e8e4a2c5e3942 (diff)
downloadgcc-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/scodbx.h')
-rw-r--r--gcc/config/i386/scodbx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/scodbx.h b/gcc/config/i386/scodbx.h
index 5e568e5f470..6b10df128b4 100644
--- a/gcc/config/i386/scodbx.h
+++ b/gcc/config/i386/scodbx.h
@@ -1,6 +1,6 @@
/* Definitions for Intel 386 running SCO Unix System V,
using dbx-in-coff encapsulation.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -73,7 +73,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
structures. */
#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 \
&& (TYPE_ARG_TYPES (FUNTYPE) == 0 \