]> gcc.gnu.org Git - gcc.git/commitdiff
* config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 21 Oct 2002 13:14:26 +0000 (13:14 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 21 Oct 2002 13:14:26 +0000 (13:14 +0000)
From-SVN: r58359

gcc/ChangeLog
gcc/config/h8300/h8300.h

index 33e88b92402ccd92463b39ff6b424ed49ceea410..beae4af92c318b061465f487d3e4136c2da3be47 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.
+
 2002-10-20  Richard Henderson  <rth@redhat.com>
 
        * target.h (struct gcc_target): Line wrap.
index 2c41f42d5953eec25af1dac2049e34bd267e3d5f..ba02d40b5027b3d03e1f00c6c3bdf27138c0b8d8 100644 (file)
@@ -379,7 +379,7 @@ enum reg_class {
   NO_REGS, GENERAL_REGS, MAC_REGS, ALL_REGS, LIM_REG_CLASSES
 };
 
-#define N_REG_CLASSES (int) LIM_REG_CLASSES
+#define N_REG_CLASSES ((int) LIM_REG_CLASSES)
 
 /* Give names of register classes as strings for dump file.  */
 
This page took 0.074724 seconds and 5 git commands to generate.