1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 17:01:01 -08:00
emacs/mps/src/mpsacl.h
Pekka Pirinen abf1c6be6f New unit
new arena class

Copied from Perforce
 Change: 18641
 ServerID: perforce.ravenbrook.com
1997-08-19 19:34:01 +01:00

16 lines
312 B
C

/* impl.h.mpsacl: MEMORY POOL SYSTEM ARENA CLASS "CL"
*
* $HopeName: MMsrc!mpsacl.h(MMdevel_config_thread.1) $
* Copyright (C) 1997 The Harlequin Group. All rights reserved.
*/
#ifndef mpsacl_h
#define mpsacl_h
#include "mps.h"
extern mps_arena_class_t mps_arena_class_cl(void);
#endif /* mpsacl_h */