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/mpm.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/mpm.c')
| -rw-r--r-- | mps/code/mpm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mps/code/mpm.c b/mps/code/mpm.c index 71b93d8a41d..86b73b0eb77 100644 --- a/mps/code/mpm.c +++ b/mps/code/mpm.c | |||
| @@ -23,10 +23,12 @@ SRCID(mpm, "$Id$"); | |||
| 23 | 23 | ||
| 24 | /* CheckLevel -- Control check level | 24 | /* CheckLevel -- Control check level |
| 25 | * | 25 | * |
| 26 | * This controls the behaviour of Check methods (see impl.h.check). | 26 | * This controls the behaviour of Check methods (see check.h). |
| 27 | */ | 27 | */ |
| 28 | 28 | ||
| 29 | unsigned CheckLevel = CHECKLEVEL_INITIAL; | 29 | #ifdef CHECKLEVEL_DYNAMIC |
| 30 | unsigned CheckLevel = CHECKLEVEL_DYNAMIC; | ||
| 31 | #endif | ||
| 30 | 32 | ||
| 31 | 33 | ||
| 32 | /* MPMCheck -- test MPM assumptions */ | 34 | /* MPMCheck -- test MPM assumptions */ |