diff src/pt-colon.h @ 8011:3100283874d7

improve backtrace error messages
author John W. Eaton <jwe@octave.org>
date Tue, 05 Aug 2008 23:09:32 -0400
parents 71f068b22fcc
children 73c4516fae10
line wrap: on
line diff
--- a/src/pt-colon.h	Tue Aug 05 12:14:33 2008 -0400
+++ b/src/pt-colon.h	Tue Aug 05 23:09:32 2008 -0400
@@ -81,7 +81,7 @@
 
   octave_value_list rvalue (int nargout);
 
-  void eval_error (const std::string& s = std::string ()) const;
+  void eval_error (const std::string& s) const;
 
   tree_expression *base (void) { return op_base; }