(CUMULATIVE_ARGS): Replace typedef with #define.

From-SVN: r54701
This commit is contained in:
Nick Clifton 2002-06-17 07:49:17 +00:00 committed by Nick Clifton
parent 9d5feb9bc9
commit 845b1456d5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
* config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
#define.
* config/m32r/m32r.md: Replace gen_sequence with get_insns.
2002-06-16 Richard Henderson <rth@redhat.com>

View File

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