From 50d00a126a2f97ee4e2d3fc37e87aaad020f2b78 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Fri, 16 Feb 1996 18:19:56 +0000 Subject: [PATCH] Adding some tags Copied from Perforce Change: 15265 ServerID: perforce.ravenbrook.com --- mps/src/mps.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mps/src/mps.h b/mps/src/mps.h index 278d21fa089..8bd82c8cc34 100644 --- a/mps/src/mps.h +++ b/mps/src/mps.h @@ -2,7 +2,7 @@ * * HARLEQUIN MEMORY POOL SYSTEM INTERFACE * - * $HopeName: MMsrc!mps.h(trunk.3) $ + * $HopeName: MMsrc!mps.h(trunk.4) $ * * Copyright (C) 1996 Harlequin Group, all rights reserved */ @@ -123,7 +123,7 @@ enum * client in a restricted manner described in the MPS Interface * documentation, in order to perform fast in-line allocation. * - * .ap: Keep in sync with impl.h.mpmty.ap + * .ap: Keep in sync with impl.h.buffer.ap. */ typedef struct mps_ap_s /* allocation point descriptor */ @@ -170,6 +170,8 @@ typedef void (*mps_fmt_pad_t) (mps_addr_t base, size_t size); * * The fields of the ss structure should not be accessed by the client * except via macros supplied in this interface. + * + * See also impl.c.mpsi.check.ss and impl.h.trace.ss. */ typedef struct mps_ss_s