On Sun, Sep 23, 2001 at 10:05:20PM -0400, Steven W McDougall wrote:
> This patch makes them go away.

And it doesn't appear to break anything else in the process. Thanks,
applied!

Just out of interest, what are the tests looking like on IRIX?

> -    opcode_t *(*(*opcode_funcs)[2048])(); /* Opcode */
> -                                          /* function table */
> -    STRING_FUNCS *(*(*string_funcs)[64])();  /* String function table */
> +    opcode_t     *(**opcode_funcs)();     /* Opcode function table */
> +    STRING_FUNCS *(**string_funcs)();     /* String function table */

I'm a little unsure about this - where have those array declarations gone
and why?

-- 
Why do programmers get Halloween and Christmas mixed up?
Because OCT(31) == DEC(25)

Reply via email to