1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
emacs/mps/code/poolmv2.h
Richard Brooksby b824e1c406 Updating copyright messages to say copyright 2001 ravenbrook throughout.
Adding some missing copyright messages.

Copied from Perforce
 Change: 24818
 ServerID: perforce.ravenbrook.com
2001-12-05 16:18:43 +00:00

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 */