aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 131459f3064..95667e67960 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -145,7 +145,7 @@ end
145 145
146define xsymbol 146define xsymbol
147print (struct Lisp_Symbol *) ((((int) $) & $valmask) | gdb_data_seg_bits) 147print (struct Lisp_Symbol *) ((((int) $) & $valmask) | gdb_data_seg_bits)
148output &$->name->data 148output (char*)&$->name->data
149echo \n 149echo \n
150end 150end
151document xsymbol 151document xsymbol