mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames. Copied from Perforce Change: 24911 ServerID: perforce.ravenbrook.com
19 lines
322 B
C
19 lines
322 B
C
/* impl.h.amc draft impl
|
|
*
|
|
* MANUAL RANK GUARDIAN POOL CLASS
|
|
*
|
|
* $Id$
|
|
* 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 */
|