From 75e3caf91e69fe9b682267f4b9263573805f1041 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 1 Aug 2012 19:31:59 +0300 Subject: [PATCH] More fixes in .gdbinit. --- src/.gdbinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.gdbinit b/src/.gdbinit index 1aba21580d6..ef534d45918 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -1218,7 +1218,7 @@ xgetptr globals.f_Vsystem_type # $ptr is NULL in temacs if ($ptr != 0) set $tem = (struct Lisp_Symbol *) $ptr - xgetptr $tem->xname + xgetptr $tem->xname_ set $tem = (struct Lisp_String *) $ptr set $tem = (char *) $tem->data @@ -1241,7 +1241,7 @@ commands silent xgetptr globals.f_Vinitial_window_system set $tem = (struct Lisp_Symbol *) $ptr - xgetptr $tem->xname + xgetptr $tem->xname_ set $tem = (struct Lisp_String *) $ptr set $tem = (char *) $tem->data # If we are running in synchronous mode, we want a chance to look -- 2.39.2