aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/assert.c')
-rw-r--r--mps/code/assert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/assert.c b/mps/code/assert.c
index 206112e5d30..998795f1fce 100644
--- a/mps/code/assert.c
+++ b/mps/code/assert.c
@@ -1,6 +1,6 @@
1/* impl.c.assert: ASSERTION IMPLEMENTATION 1/* impl.c.assert: ASSERTION IMPLEMENTATION
2 * 2 *
3 * $HopeName$ 3 * $HopeName: MMsrc!assert.c(trunk.12) $
4 * Copyright (C) 1999 Harlequin Limited. All rights reserved. 4 * Copyright (C) 1999 Harlequin Limited. All rights reserved.
5 * 5 *
6 * This source provides the AssertFail function which is 6 * This source provides the AssertFail function which is
@@ -11,7 +11,7 @@
11#include "check.h" 11#include "check.h"
12#include "mpm.h" 12#include "mpm.h"
13 13
14SRCID(assert, "$HopeName: MMsrc!assert.c(trunk.11) $"); 14SRCID(assert, "$HopeName: MMsrc!assert.c(trunk.12) $");
15 15
16 16
17/* CheckLevel -- Control check level 17/* CheckLevel -- Control check level