On Sun, 2006-10-08 at 13:24 +0200, michael wrote: > +#else > + *state= c->mps_state[s]; //P3:655 This line is just left over I suppose? > +/* if(s<126) //P3:657 > + *state= s+2;*/ > + s+=2; //P3:631 > + if(s<128) > + *state= s; > +#endif