mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 05:52:42 -08:00
change.epcore.anchovy.160040 Copied from Perforce Change: 19758 ServerID: perforce.ravenbrook.com
20 lines
454 B
C
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 */
|