diff src/debug.cc @ 11058:3329616444f0

replace Octave_map in debug.cc and error.cc
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 30 Sep 2010 08:27:56 +0200
parents 89f4d7e294cc
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/debug.cc	Thu Sep 30 08:04:37 2010 +0200
+++ b/src/debug.cc	Thu Sep 30 08:27:56 2010 +0200
@@ -555,7 +555,7 @@
 @seealso{dbclear, dbwhere}\n\
 @end deftypefn")
 {
-  Octave_map retval;
+  octave_map retval;
   int nargin = args.length ();
   octave_value_list fcn_list;
   bp_table::fname_line_map bp_list;
@@ -874,7 +874,7 @@
 
   if (! error_state)
     {
-      Octave_map stk = octave_call_stack::backtrace (nskip, curr_frame);
+      octave_map stk = octave_call_stack::backtrace (nskip, curr_frame);
 
       if (nargout == 0)
         {