changeset 13690:f0daeb0eab45

gdbinit: Fix declaration of new show-octave-dbstack macro * gdbinit: Fix declaration of new show-octave-dbstack macro
author Rik <octave@nomad.inbox5.com>
date Wed, 12 Oct 2011 14:23:08 -0700
parents b68d95054947
children add91fa2691a 9d7233ec8cbc
files etc/gdbinit
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/gdbinit	Wed Oct 12 15:08:51 2011 -0400
+++ b/etc/gdbinit	Wed Oct 12 14:23:08 2011 -0700
@@ -76,7 +76,7 @@
 ## Display Octave debugging stack 
 
 define show-octave-dbstack
-  call show_octave_dbstack
+  call show_octave_dbstack ()
 end
 
 document show-octave-dbstack