"Joel E. Denny" <[EMAIL PROTECTED]> writes: > I just noticed that this changes yyrawchar from int to short. I'm not > smart enough to know if this matters.
yyrawchar is what yylex returned, right? If so, it must be int, since users can specify token numbers greater than 2**16.
