mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -08:00
* src/buffer.h (struct buffer): Revert `indirections' to a simple int;
that should be sufficient for everyone.
This commit is contained in:
parent
4d365fa4cc
commit
cbcc70072c
2 changed files with 6 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ struct buffer
|
|||
/* In an indirect buffer, this is -1. In an ordinary buffer,
|
||||
it's the number of indirect buffers that share our text;
|
||||
zero means that we're the only owner of this text. */
|
||||
ptrdiff_t indirections;
|
||||
int indirections;
|
||||
|
||||
/* A non-zero value in slot IDX means that per-buffer variable
|
||||
with index IDX has a local value in this buffer. The index IDX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue