Mercurial > emacs
diff src/.gdbinit @ 20582:3b630b1cb848
(xstring): Use size_byte.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 04 Jan 1998 20:41:17 +0000 |
parents | 8b32c6fe8728 |
children | 0ef14112e9b3 |
line wrap: on
line diff
--- a/src/.gdbinit Sat Jan 03 07:17:25 1998 +0000 +++ b/src/.gdbinit Sun Jan 04 20:41:17 1998 +0000 @@ -158,7 +158,7 @@ define xstring print (struct Lisp_String *) (($ & $valmask) | gdb_data_seg_bits) -output ($->size > 1000) ? 0 : ($->data[0])@($->size) +output ($->size > 1000) ? 0 : ($->data[0])@($->size_byte) echo \n end document xstring