(CUMULATIVE_ARGS): Replace typedef with #define.
authorNick Clifton <nickc@cambridge.redhat.com>
Mon, 17 Jun 2002 07:49:17 +0000 (07:49 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 17 Jun 2002 07:49:17 +0000 (07:49 +0000)
From-SVN: r54701

gcc/ChangeLog
gcc/config/fr30/fr30.h

index 4495939c516efa32a8db41132119538c054fa63b..f4c574dc99656b162239f0ed1239264670c98c19 100644 (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>
index 1b0dd06794757c3799ac7c0f586b34f53ee5792f..ebf92f7c611c9ccfc9fbdc852c0ab2497f3d29be 100644 (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