1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00
emacs/mps/code/poolmrg.h
Richard Brooksby d0ccf8fa9a Adding hopenames back into the master sources, so that they can be included in the union sources along with the id keywords.
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl.

Copied from Perforce
 Change: 24877
 ServerID: perforce.ravenbrook.com
2001-12-06 18:14:02 +00:00

20 lines
364 B
C

/* impl.h.amc draft impl
*
* MANUAL RANK GUARDIAN POOL CLASS
*
* $Id$
* $HopeName: MMsrc!poolmrg.h(trunk.2) $
* Copyright (c) 2001 Ravenbrook Limited.
*/
#ifndef poolmrg_h
#define poolmrg_h
#include "mpm.h"
typedef struct MRGStruct *MRG;
extern PoolClass PoolClassMRG(void);
extern Res MRGRegister(Pool, Ref);
#endif /* poolmrg_h */