1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00
emacs/mps/src/poolmv2.h
Gavin Matthews 3b433cc237 New unit
change.epcore.anchovy.160040

Copied from Perforce
 Change: 19758
 ServerID: perforce.ravenbrook.com
1998-07-14 17:58:50 +01:00

20 lines
454 B
C

/* impl.h.poolmv2: ELECTRONIC PUBLISHING DISPLAY LIST POOL
*
* $HopeName: MMsrc!poolmv2.h(MMdevel_gavinm_splay.1) $
* Copyright (C) 1998 Harlequin Group plc. All rights reserved.
*
* .purpose: The implementation of the new manual-variable pool class
*
* .readership: Any MPS developer
*
* .design: See design.mps.poolmv2
*/
#ifndef poolmv2_h
#define poolmv2_h
#include "mpm.h"
extern PoolClass PoolClassMV2(void);
#endif /* poolmv2_h */