This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PR java/10253 (""+0), version 2


>>>>> "Eric" == Eric Blake <ebb9 at email dot byu dot edu> writes:

Eric> I already did in the version I committed to CVS (I noticed it in my
Eric> final proofread of cvs diff).

Thanks.

There are a bunch of assumptions along these lines in the lexer (and
perhaps other places, I'm not sure).  Some of these are obvious
(search for char literals), but also `java_keyword' would need to be
fixed.

If people are actively using EBCDIC hosts, we at least need a PR, and
at most a plan for fixing this.  I'd prefer we not fix this by using
\0xx everywhere we need a character constant.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]