mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Mps poolamc.c: (comment only) that's design/poolamc#gen.forward, not #forward.gen
Copied from Perforce Change: 161053 ServerID: perforce.ravenbrook.com
This commit is contained in:
commit
022530fc45
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ static Res AMCBufInit(Buffer buffer, Pool pool, va_list args)
|
|||
/* Set up the buffer to be allocating in the nursery. */
|
||||
amcbuf->gen = amc->nursery;
|
||||
} else {
|
||||
amcbuf->gen = NULL; /* no gen yet -- see <design/poolamc/#forward.gen> */
|
||||
amcbuf->gen = NULL; /* no gen yet -- see <design/poolamc/#gen.forward> */
|
||||
}
|
||||
amcbuf->sig = amcBufSig;
|
||||
AVERT(amcBuf, amcbuf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue