diff options
| author | Richard Brooksby | 2001-12-05 15:48:24 +0000 |
|---|---|---|
| committer | Richard Brooksby | 2001-12-05 15:48:24 +0000 |
| commit | 492dd3c684e53bd42b28371bdaaa99ad67ebd835 (patch) | |
| tree | 59a2df0f685b93b44fbc03847b76782275308aaf /mps/code/pooln.c | |
| parent | 25c78993edd7b4a607eba951b6ab2a9a51c55b62 (diff) | |
| download | emacs-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/pooln.c')
| -rw-r--r-- | mps/code/pooln.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/pooln.c b/mps/code/pooln.c index 2f03007cf6e..76ba61f0df1 100644 --- a/mps/code/pooln.c +++ b/mps/code/pooln.c | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | /* impl.c.pooln: NULL POOL CLASS | 1 | /* impl.c.pooln: NULL POOL CLASS |
| 2 | * | 2 | * |
| 3 | * $HopeName: MMsrc!pooln.c(trunk.27) $ | 3 | * $HopeName: MMsrc!pooln.c(trunk.28) $ |
| 4 | * Copyright (C) 1999 Harlequin Limited. All rights reserved. | 4 | * Copyright (C) 1999 Harlequin Limited. All rights reserved. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #include "pooln.h" | 7 | #include "pooln.h" |
| 8 | #include "mpm.h" | 8 | #include "mpm.h" |
| 9 | 9 | ||
| 10 | SRCID(pooln, "$HopeName: MMsrc!pooln.c(trunk.27) $"); | 10 | SRCID(pooln, "$HopeName: MMsrc!pooln.c(trunk.28) $"); |
| 11 | 11 | ||
| 12 | 12 | ||
| 13 | /* PoolNStruct -- the pool structure */ | 13 | /* PoolNStruct -- the pool structure */ |