Mercurial > hg > xemacs-beta
changeset 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 | e2ddc2a2b794 |
children | 15a9361e2781 |
files | src/.gdbinit src/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
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
--- a/src/ChangeLog Fri Jul 18 07:42:48 2003 +0000 +++ b/src/ChangeLog Fri Jul 18 20:07:05 2003 +0000 @@ -1,4 +1,7 @@ - +2003-06-14 Ilya N. Golubev <gin@mo.msk.ru> + + * .gdbinit (pobj): Fix printing of symbol names. + 2003-07-02 Mike Sperber <mike@xemacs.org> * toolbar.c (update_frame_toolbars_geometry): Update the frame