readbyte
int readbyte OF((__GPRO));
# define NEXTBYTE (--G.incnt >= 0 ? (int)(*G.inptr++) : readbyte(__G))