1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 00:01:05 -08:00
Copied from Perforce
 Change: 18166
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1997-05-14 13:11:03 +01:00
parent c971c49ce0
commit a36bc7b843

14
mps/src/mpscawl.h Normal file
View file

@ -0,0 +1,14 @@
/* impl.h.mpscaawl: MEMORY POOL SYSTEM CLASS "AWL"
*
* $HopeName$
* Copyright (C) 1997 The Harlequin Group. All rights reserved.
*/
#ifndef mpscawl_h
#define mpscawl_h
#include "mps.h"
extern mps_class_t mps_class_awl(void);
#endif /* mpscawl_h */