mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -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
16 lines
241 B
C
16 lines
241 B
C
/* impl.h.mpsacl: MEMORY POOL SYSTEM ARENA CLASS "CL"
|
|
*
|
|
* $Id$
|
|
* Copyright (c) 2001 Ravenbrook Limited.
|
|
*/
|
|
|
|
#ifndef mpsacl_h
|
|
#define mpsacl_h
|
|
|
|
#include "mps.h"
|
|
|
|
|
|
extern mps_arena_class_t mps_arena_class_cl(void);
|
|
|
|
|
|
#endif /* mpsacl_h */
|