mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-24 07:41:54 -07:00
Turning pool init methods the right way in, so that they each call the next method up the class hierarchy.
Copied from Perforce Change: 190858 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
111136891e
commit
3dd201bf47
26 changed files with 347 additions and 189 deletions
|
|
@ -39,6 +39,7 @@ static void BufferFrameNotifyPopPending(Buffer buffer);
|
|||
Bool BufferCheck(Buffer buffer)
|
||||
{
|
||||
CHECKS(Buffer, buffer);
|
||||
CHECKC(Buffer, buffer);
|
||||
CHECKL(buffer->serial < buffer->pool->bufferSerial); /* .trans.mod */
|
||||
CHECKU(Arena, buffer->arena);
|
||||
CHECKU(Pool, buffer->pool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue