From 492dd3c684e53bd42b28371bdaaa99ad67ebd835 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 5 Dec 2001 15:48:24 +0000 Subject: Merging changes from union to masters. this incorporates pekka's updates: tuning and a type in amcsshe.c and some adding some missing checks in arenavm.c. it also brings our cope of their hopenames up to date. Copied from Perforce Change: 24815 ServerID: perforce.ravenbrook.com --- mps/code/buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mps/code/buffer.c') diff --git a/mps/code/buffer.c b/mps/code/buffer.c index 22b4cda9485..d2f1d621af5 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c @@ -1,6 +1,6 @@ /* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION * - * $HopeName: MMsrc!buffer.c(trunk.63) $ + * $HopeName: MMsrc!buffer.c(trunk.64) $ * Copyright (C) 2000 Harlequin Limited. All rights reserved. * * .purpose: This is (part of) the implementation of allocation buffers. @@ -26,7 +26,7 @@ #include "mpm.h" -SRCID(buffer, "$HopeName: MMsrc!buffer.c(trunk.63) $"); +SRCID(buffer, "$HopeName: MMsrc!buffer.c(trunk.64) $"); /* forward declarations */ -- cgit v1.2.1