1
Fork 0
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:
Richard M. Stallman 1998-01-04 20:41:17 +00:00
parent 6fc7e03774
commit 79f6bf6a93

View file

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