On Mon, 2006-07-10 at 17:50, Sean Hefty wrote:
> Hal Rosenstock wrote:
> > +enum TRAP_NUM_ID {
> > + IB_TRAP_128,
> > +
> > + IB_TRAP_LAST
> > +};
>
> Should TRAP_128 be defined as 0?
Good catch. This is being removed from this include for now.
-- Hal
> - Sean