aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-15 16:57:23 +0000
committerRichard M. Stallman1995-11-15 16:57:23 +0000
commit4a9ee00512f0b5fb12eeb39e431995253449fd38 (patch)
treeae3024b954ab55567bf3bd69c4e6bd8245579a57 /src
parente137161b7886b2c95e040ca99cd752b77d8165a4 (diff)
downloademacs-4a9ee00512f0b5fb12eeb39e431995253449fd38.tar.gz
emacs-4a9ee00512f0b5fb12eeb39e431995253449fd38.zip
(xsymbol): Cast name explicitly to (char *).
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