Mercurial > hg > octave-nkf
diff libinterp/octave-value/ov-class.cc @ 15467:049e8bbff782
maint: periodic merge of stable to default
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 01 Oct 2012 18:30:44 -0400 |
parents | src/ov-class.cc@d174210ce1ec src/ov-class.cc@2fc554ffbc28 |
children | 42cff4396de4 |
line wrap: on
line diff
--- a/libinterp/octave-value/ov-class.cc +++ b/libinterp/octave-value/ov-class.cc @@ -324,13 +324,13 @@ subs_field(i) = val; else { - error ("expecting character string argument for `.' index"); + error ("expecting character string argument for '.' index"); return retval; } } else { - error ("expecting single argument for `.' index"); + error ("expecting single argument for '.' index"); return retval; } } @@ -386,7 +386,7 @@ if (p != my_map.end ()) retval = my_map.contents (p); else - error ("class has no member `%s'", nm.c_str ()); + error ("class has no member '%s'", nm.c_str ()); } else gripe_invalid_index1 (); @@ -1975,7 +1975,7 @@ octave_class::exemplar_map[id] = octave_class::exemplar_info (retval); else if (! it->second.compare (retval)) - error ("class: object of class `%s' does not match previously constructed objects", + error ("class: object of class '%s' does not match previously constructed objects", id.c_str ()); } } @@ -1983,7 +1983,7 @@ error ("class: expecting structure S as first argument"); } else - error ("class: `%s' is invalid as a class name in this context", + error ("class: '%s' is invalid as a class name in this context", id.c_str ()); } else