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:
parent
7f15440605
commit
0e7ff58fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue