This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Request for suggestions: xm-romp.h


On Fri, Mar 16, 2001 at 02:04:07PM -0800, Zack Weinberg wrote:
> #define GEN_FCN(CODE) (insn_data[(int) (CODE)].genfun)
> #else
> #define GEN_FCN(CODE) (*insn_data[(int) (CODE)].genfun)

The former is also acceptable to ISO C.  Does it cause K&R problems?
If not, maybe we can just use that always.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]