lex.c:933

Tom Tromey tromey@redhat.com
Mon Jul 8 19:35:00 GMT 2002


>>>>> "Tony" == Tony Kimball <alk@pobox.com> writes:

Tony> The test 
Tony>   if (c == UEOF) 
Tony> fails in my HEAD workspace sometimes, because c gets set to 
Tony> (int)(unicode_t)UEOF, which is 65335 and is != -1 (i.e. UEOF).

Can you find out where the incorrect value originates?
I might prefer to fix the problem there.
Or, can you give an example of when it fails?  It would help if I
could reproduce the problem here.

Tom



More information about the Java-patches mailing list