mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 16:51:46 -07:00
15 lines
277 B
C
15 lines
277 B
C
/* impl.h.mpsclo: MEMORY POOL SYSTEM CLASS "LO"
|
|
*
|
|
* $HopeName: MMsrc!mpsclo.h(trunk.1) $
|
|
*
|
|
* Copyright (C) 1996 Harlequin Limited. All rights reserved.
|
|
*/
|
|
|
|
#ifndef mpsclo_h
|
|
#define mpsclo_h
|
|
|
|
#include "mps.h"
|
|
|
|
extern mps_class_t mps_class_lo(void);
|
|
|
|
#endif /* mpsclo_h */
|