1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 23:36:27 -07:00
emacs/mps/code/poolmv2.h
Nick Barnes 88e5e63275 Branch imports for masters.
Copied from Perforce
 Change: 23678
 ServerID: perforce.ravenbrook.com
2001-10-31 14:40:56 +00:00

18 lines
397 B
C

/* impl.h.poolmv2: MANUAL VARIABLE-SIZED TEMPORAL POOL
*
* $HopeName: MMsrc!poolmv2.h(trunk.2) $
* Copyright (C) 1998 Harlequin Limited. All rights reserved.
*
* .purpose: The implementation of the new manual-variable pool class
*
* .design: See design.mps.poolmv2
*/
#ifndef poolmv2_h
#define poolmv2_h
#include "mpm.h"
extern PoolClass PoolClassMVT(void);
#endif /* poolmv2_h */