mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-29 08:31:35 -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
14 lines
228 B
C
14 lines
228 B
C
/* impl.h.mpscaawl: MEMORY POOL SYSTEM CLASS "AWL"
|
|
*
|
|
* $Id$
|
|
* Copyright (c) 2001 Ravenbrook Limited.
|
|
*/
|
|
|
|
#ifndef mpscawl_h
|
|
#define mpscawl_h
|
|
|
|
#include "mps.h"
|
|
|
|
extern mps_class_t mps_class_awl(void);
|
|
|
|
#endif /* mpscawl_h */
|