mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 07:00:35 -08:00
(xstring): Use size_byte.
This commit is contained in:
parent
6fc7e03774
commit
79f6bf6a93
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ end
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue