diff options
| author | Richard Kistruck | 2006-12-13 14:45:49 +0000 |
|---|---|---|
| committer | Richard Kistruck | 2006-12-13 14:45:49 +0000 |
| commit | 445b3e6f517aaa3b805847e35549bd96533f72b6 (patch) | |
| tree | 4a391e7433f27adaed7fa6347155f0323b6a9b0a /mps/code/testlib.h | |
| parent | ce9caabcf847a8a5ba96e551bba5e1098074bb27 (diff) | |
| download | emacs-445b3e6f517aaa3b805847e35549bd96533f72b6.tar.gz emacs-445b3e6f517aaa3b805847e35549bd96533f72b6.zip | |
Mps sort out baroque check macros (mainly config.h and check.h)
See job001248. Should be source-only change. Details:
CheckNONE,SHALLOW,DEEP -->> CheckLevelMINIMAL,SHALLOW,DEEP
[PROD_]CHECK_DEFAULT -->> [PROD_]CHECKLEVEL_INITIAL
CHECK[_NONE] -->> AVER_AND_CHECK[_NONE]
And add some comments.
Copied from Perforce
Change: 161210
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/testlib.h')
| -rw-r--r-- | mps/code/testlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/testlib.h b/mps/code/testlib.h index 415aaaa8ded..94161adb58d 100644 --- a/mps/code/testlib.h +++ b/mps/code/testlib.h | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | * are suddenly unused, etc. We aren't interested in these. | 61 | * are suddenly unused, etc. We aren't interested in these. |
| 62 | */ | 62 | */ |
| 63 | 63 | ||
| 64 | #if defined(CHECK_NONE) | 64 | #if defined(AVER_AND_CHECK_NONE) |
| 65 | 65 | ||
| 66 | /* "unreferenced formal parameter" */ | 66 | /* "unreferenced formal parameter" */ |
| 67 | #pragma warning(disable: 4100) | 67 | #pragma warning(disable: 4100) |