This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Request for suggestions: xm-romp.h
- To: Zack Weinberg <zackw at stanford dot edu>
- Subject: Re: Request for suggestions: xm-romp.h
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 16 Mar 2001 17:08:49 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <20010316140407.J13680@stanford.edu>
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~