mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08: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
17 lines
281 B
C
17 lines
281 B
C
/* impl.h.mpsacl: MEMORY POOL SYSTEM ARENA CLASS "CL"
|
|
*
|
|
* $Id$
|
|
* $HopeName: MMsrc!mpsacl.h(trunk.3) $
|
|
* 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 */
|