diff options
author | Nick Clifton <nickc@cambridge.redhat.com> | 2002-06-17 07:49:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2002-06-17 07:49:17 +0000 |
commit | 845b1456d5bdb4ddeff3eb157ead544dec075ad0 (patch) | |
tree | 3c9394453ada60951138872f4cb919145068c4f0 /gcc/config | |
parent | 9d5feb9bc9c8a093f36ec4b048167faed4db35b2 (diff) | |
download | gcc-845b1456d5bdb4ddeff3eb157ead544dec075ad0.zip gcc-845b1456d5bdb4ddeff3eb157ead544dec075ad0.tar.gz gcc-845b1456d5bdb4ddeff3eb157ead544dec075ad0.tar.bz2 |
(CUMULATIVE_ARGS): Replace typedef with #define.
From-SVN: r54701
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/fr30/fr30.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 1b0dd06..ebf92f7 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -718,7 +718,7 @@ enum reg_class /* On the FR30 this value is an accumulating count of the number of argument registers that have been filled with argument values, as opposed to say, the number of bytes of argument accumulated so far. */ -typedef int CUMULATIVE_ARGS; +#define CUMULATIVE_ARGS int /* A C expression for the number of words, at the beginning of an argument, must be put in registers. The value must be zero for arguments that are |