Mercurial > hg > octave-lyh
diff libinterp/parse-tree/lex.ll @ 15468:6437fa7263dd
use ' instead of ` in error messages, warnings and most comments
* qtinfo/parser.h, file-io.cc, graphics.in.h, lex.ll, version.in.h,
interp1.m, fminsearch.m, fix_depends.m, get_description.m:
Use ' instead of ` in error messages, warnings and most comments.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 01 Oct 2012 18:32:12 -0400 |
parents | 049e8bbff782 |
children | 6ea536cb7360 24b3800d30e7 |
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll +++ b/libinterp/parse-tree/lex.ll @@ -1506,12 +1506,12 @@ || reading_classdef_file) && ! curr_fcn_file_full_name.empty ()) warning_with_id ("Octave:deprecated-keyword", - "the `static' keyword is obsolete and will be removed from a future version of Octave; please use `persistent' instead; near line %d of file `%s'", + "the 'static' keyword is obsolete and will be removed from a future version of Octave; please use 'persistent' instead; near line %d of file '%s'", input_line_number, curr_fcn_file_full_name.c_str ()); else warning_with_id ("Octave:deprecated-keyword", - "the `static' keyword is obsolete and will be removed from a future version of Octave; please use `persistent' instead; near line %d", + "the 'static' keyword is obsolete and will be removed from a future version of Octave; please use 'persistent' instead; near line %d", input_line_number); // fall through ...