mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames. Copied from Perforce Change: 24911 ServerID: perforce.ravenbrook.com
18 lines
343 B
C
18 lines
343 B
C
/* impl.h.poolmv2: MANUAL VARIABLE-SIZED TEMPORAL POOL
|
|
*
|
|
* $Id$
|
|
* 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 */
|