Skip to content
Snippets Groups Projects
  • Ranjit Mathew's avatar
    a1402da3
    parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename... · a1402da3
    Ranjit Mathew authored
    parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename parameter 'msg' to 'msgid' in function...
    
    	* 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.
    
    From-SVN: r89110
    a1402da3
    History
    parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename...
    Ranjit Mathew authored
    parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename parameter 'msg' to 'msgid' in function...
    
    	* 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.
    
    From-SVN: r89110