diff etc/gdbinit @ 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 a2144dbc2f3a
children 2c11d7c6cc21
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