mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl. Copied from Perforce Change: 24877 ServerID: perforce.ravenbrook.com
19 lines
384 B
C
19 lines
384 B
C
/* impl.h.poolmv2: MANUAL VARIABLE-SIZED TEMPORAL POOL
|
|
*
|
|
* $Id$
|
|
* $HopeName: MMsrc!poolmv2.h(trunk.3) $
|
|
* Copyright (c) 2001 Ravenbrook Limited.
|
|
*
|
|
* .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 */
|