From a36bc7b843a5eb9b5c7fffaecf36fc59078bc6f7 Mon Sep 17 00:00:00 2001 From: David Jones Date: Wed, 14 May 1997 13:11:03 +0100 Subject: [PATCH] New unit Copied from Perforce Change: 18166 ServerID: perforce.ravenbrook.com --- mps/src/mpscawl.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mps/src/mpscawl.h diff --git a/mps/src/mpscawl.h b/mps/src/mpscawl.h new file mode 100644 index 00000000000..88cd2f488df --- /dev/null +++ b/mps/src/mpscawl.h @@ -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 */