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] Java: Prepare for %q, %< and %> in diagnostic messages


On Tue, 5 Oct 2004, Zack Weinberg wrote:

> It does do that, but I think it does it too late.  [I'm not totally
> sure about this, because I cannot find the definition of java_error().]  

java_error is defined as yyerror in java/parse.y and then renamed via 
bison --name-prefix=java_.  This could do with a comment (say, above 
yyerror which presently lacks one) to explain things since as is grepping 
for java_error in a source tree is unhelpful.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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