1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/mps/code/mpsclo.h
Richard Brooksby c0bb4cd3cd Removing hopenames from the master sources.
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
2001-12-07 13:19:25 +00:00

15 lines
224 B
C

/* impl.h.mpsclo: MEMORY POOL SYSTEM CLASS "LO"
*
* $Id$
*
* Copyright (c) 2001 Ravenbrook Limited.
*/
#ifndef mpsclo_h
#define mpsclo_h
#include "mps.h"
extern mps_class_t mps_class_lo(void);
#endif /* mpsclo_h */