(xsymbol): Cast name explicitly to (char *).

This commit is contained in:
Richard M. Stallman
1995-11-15 16:57:23 +00:00
parent e137161b78
commit 4a9ee00512

View File

@@ -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