Mercurial > hg > xemacs-beta
diff src/.gdbinit @ 1579:aebc80e1f056
[xemacs-hg @ 2003-07-18 20:07:04 by james]
Ilya Golubev's fix to make pobj work properly with symbol names.
author | james |
---|---|
date | Fri, 18 Jul 2003 20:07:05 +0000 |
parents | c33ae14dd6d0 |
children | ec5cb254c826 |
line wrap: on
line diff
--- a/src/.gdbinit Fri Jul 18 07:42:48 2003 +0000 +++ b/src/.gdbinit Fri Jul 18 20:07:05 2003 +0000 @@ -257,7 +257,7 @@ else if $lrecord_type == lrecord_type_symbol ptype Lisp_Symbol - printf "Symbol name: %s\n", $type_ptr->name->data + printf "Symbol name: %s\n", ((Lisp_String *)$type_ptr->name)->data_ else if $lrecord_type == lrecord_type_vector ptype Lisp_Vector