emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/.gdbinit,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/.gdbinit,v
Date: Fri, 21 Sep 2007 07:00:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/21 07:00:05

Index: .gdbinit
===================================================================
RCS file: /sources/emacs/emacs/src/.gdbinit,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- .gdbinit    29 Aug 2007 05:27:50 -0000      1.95
+++ .gdbinit    21 Sep 2007 07:00:03 -0000      1.96
@@ -998,7 +998,7 @@
     xgettype (*$bt->function)
     if $type == Lisp_Symbol
       xprintsym (*$bt->function)
-      printf " (0x%x)\n", *$bt->args
+      printf " (0x%x)\n", $bt->args
     else
       printf "0x%x ", *$bt->function
       if $type == Lisp_Vectorlike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]