mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
This was achieved by partially undoing changelist 24817, including an accidental corruption of eventgen.pl. Copied from Perforce Change: 24877 ServerID: perforce.ravenbrook.com
20 lines
364 B
C
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 */
|