aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpm.c
diff options
context:
space:
mode:
authorRichard Brooksby2001-12-05 15:48:24 +0000
committerRichard Brooksby2001-12-05 15:48:24 +0000
commit492dd3c684e53bd42b28371bdaaa99ad67ebd835 (patch)
tree59a2df0f685b93b44fbc03847b76782275308aaf /mps/code/mpm.c
parent25c78993edd7b4a607eba951b6ab2a9a51c55b62 (diff)
downloademacs-492dd3c684e53bd42b28371bdaaa99ad67ebd835.tar.gz
emacs-492dd3c684e53bd42b28371bdaaa99ad67ebd835.zip
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
Diffstat (limited to 'mps/code/mpm.c')
-rw-r--r--mps/code/mpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/mpm.c b/mps/code/mpm.c
index 8f60f074882..e569857f870 100644
--- a/mps/code/mpm.c
+++ b/mps/code/mpm.c
@@ -1,6 +1,6 @@
1/* impl.c.mpm: GENERAL MPM SUPPORT 1/* impl.c.mpm: GENERAL MPM SUPPORT
2 * 2 *
3 * $HopeName: MMsrc!mpm.c(trunk.34) $ 3 * $HopeName: MMsrc!mpm.c(trunk.35) $
4 * Copyright (C) 1996 Harlequin Limited. All rights reserved. 4 * Copyright (C) 1996 Harlequin Limited. All rights reserved.
5 * 5 *
6 * .purpose: Miscellaneous support for the implementation of the MPM 6 * .purpose: Miscellaneous support for the implementation of the MPM
@@ -15,7 +15,7 @@
15#include <limits.h> 15#include <limits.h>
16 16
17 17
18SRCID(mpm, "$HopeName: MMsrc!mpm.c(trunk.34) $"); 18SRCID(mpm, "$HopeName: MMsrc!mpm.c(trunk.35) $");
19 19
20 20
21/* MPMCheck -- test MPM assumptions */ 21/* MPMCheck -- test MPM assumptions */