diff options
| author | Richard Brooksby | 2012-09-05 18:44:44 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-05 18:44:44 +0100 |
| commit | 915c01ef3ebe171e34dfb786b91be5a8e4057e5e (patch) | |
| tree | 598e11374e93c3dd9ff4791ba4710d1cade82cf1 /mps/code/pool.c | |
| parent | 10470d39742cae58c8906c08f8145c06b71aad20 (diff) | |
| parent | b6e7805b6f870b335c678e2406869933a5cac43b (diff) | |
| download | emacs-915c01ef3ebe171e34dfb786b91be5a8e4057e5e.tar.gz emacs-915c01ef3ebe171e34dfb786b91be5a8e4057e5e.zip | |
Merging branch/2012-08-15/variety-reform.
Copied from Perforce
Change: 179279
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/pool.c')
| -rw-r--r-- | mps/code/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/pool.c b/mps/code/pool.c index ad96054f7f0..1b90864cb31 100644 --- a/mps/code/pool.c +++ b/mps/code/pool.c | |||
| @@ -515,7 +515,7 @@ Res PoolDescribe(Pool pool, mps_lib_FILE *stream) | |||
| 515 | Res res; | 515 | Res res; |
| 516 | Ring node, nextNode; | 516 | Ring node, nextNode; |
| 517 | 517 | ||
| 518 | if (!CHECKT(Pool, pool)) return ResFAIL; | 518 | if (!TESTT(Pool, pool)) return ResFAIL; |
| 519 | if (stream == NULL) return ResFAIL; | 519 | if (stream == NULL) return ResFAIL; |
| 520 | 520 | ||
| 521 | res = WriteF(stream, | 521 | res = WriteF(stream, |