mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21: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
17 lines
294 B
C
17 lines
294 B
C
/* impl.h.mpsavm: MEMORY POOL SYSTEM ARENA CLASS "VM"
|
|
*
|
|
* $Id$
|
|
* Copyright (c) 2001 Ravenbrook Limited.
|
|
*/
|
|
|
|
#ifndef mpsavm_h
|
|
#define mpsavm_h
|
|
|
|
#include "mps.h"
|
|
|
|
|
|
extern mps_arena_class_t mps_arena_class_vm(void);
|
|
extern mps_arena_class_t mps_arena_class_vmnz(void);
|
|
|
|
|
|
#endif /* mpsavm_h */
|