From: nickc Date: Mon, 17 Jun 2002 07:49:17 +0000 (+0000) Subject: (CUMULATIVE_ARGS): Replace typedef with #define. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4eb7dfc4399a2a90e021c6b4b2e1227f15c7c39;p=thirdparty%2Fgcc.git (CUMULATIVE_ARGS): Replace typedef with #define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54701 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4495939c516e..f4c574dc9965 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 1b0dd0679475..ebf92f7c611c 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