* config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.

From-SVN: r58359
This commit is contained in:
Kazu Hirata 2002-10-21 13:14:26 +00:00 committed by Kazu Hirata
parent 0ac1a3d36f
commit 2918c993e6
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */