From: Richard M. Stallman Date: Wed, 15 Nov 1995 16:57:23 +0000 (+0000) Subject: (xsymbol): Cast name explicitly to (char *). X-Git-Tag: emacs-19.34~2309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a9ee00512f0b5fb12eeb39e431995253449fd38;p=emacs.git (xsymbol): Cast name explicitly to (char *). --- diff --git a/src/.gdbinit b/src/.gdbinit index 131459f3064..95667e67960 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -145,7 +145,7 @@ end define xsymbol print (struct Lisp_Symbol *) ((((int) $) & $valmask) | gdb_data_seg_bits) -output &$->name->data +output (char*)&$->name->data echo \n end document xsymbol