mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
16 lines
294 B
C
16 lines
294 B
C
/* impl.h.mpsacl: MEMORY POOL SYSTEM ARENA CLASS "CL"
|
|
*
|
|
* $HopeName: MMsrc!mpsacl.h(trunk.2) $
|
|
* Copyright (C) 1997 Harlequin Limited. 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 */
|