* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and
commite9ff100d28c2212bcba20417d62187a6cc51d65e
authorrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Oct 2004 18:43:10 +0000 (15 18:43 +0000)
committerrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Oct 2004 18:43:10 +0000 (15 18:43 +0000)
tree2a09c6df4e237628631d8886fb56b90f7e8897d8
parenta51af15b2dc9503a22d9ab9e8996bcc1ff90897e
* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and
rename parameter 'msg' to 'msgid' in function declaration.
(issue_warning_error_from_context): Likewise.
(yyerror): Rename parameter 'msg' to 'msgid'.
(all over): Use new quoting style for diagnostics.

* check-init.c: Use %<, %> and %q for quoting in diagnostics,
if possible, else convert `foo' to 'foo'.
* class.c: Likewise.
* decl.c: Likewise.
* expr.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* lang.c: Likewise.
* lex.c: Likewise.
* parse.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89110 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/check-init.c
gcc/java/class.c
gcc/java/decl.c
gcc/java/expr.c
gcc/java/jcf-io.c
gcc/java/jcf-parse.c
gcc/java/lang.c
gcc/java/lex.c
gcc/java/parse.h
gcc/java/parse.y