*** ./lexi.c.orig Wed May 26 10:50:54 1999 --- ./lexi.c Wed May 26 10:51:08 1999 *************** *** 186,192 **** *e_token++ = *buf_ptr++; } } ! if (*buf_ptr == 'L' || *buf_ptr == 'l') *e_token++ = *buf_ptr++; } else --- 186,193 ---- *e_token++ = *buf_ptr++; } } ! if (*buf_ptr == 'L' || *buf_ptr == 'U' || ! *buf_ptr == 'l' || *buf_ptr == 'u') *e_token++ = *buf_ptr++; } else