From: Nick Clifton Date: Mon, 17 Jun 2002 07:49:17 +0000 (+0000) Subject: (CUMULATIVE_ARGS): Replace typedef with #define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=845b1456d5bdb4ddeff3eb157ead544dec075ad0;p=gcc.git (CUMULATIVE_ARGS): Replace typedef with #define. From-SVN: r54701 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4495939c516..f4c574dc996 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2002-06-17 Nick Clifton + * 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 diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 1b0dd067947..ebf92f7c611 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