1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00

(struct string_block_head): Change to match string_block.

This commit is contained in:
Karl Heuer 1996-03-06 04:37:18 +00:00
parent 7f15440605
commit 0e7ff58fab

View file

@ -1014,7 +1014,7 @@ DEFUN ("make-marker", Fmake_marker, Smake_marker, 0, 0, 0,
struct string_block_head
{
struct string_block *next, *prev;
int pos;
EMACS_INT pos;
};
struct string_block