From c8a072129f2a83156f7e13cfca0ef58c5df0a072 Mon Sep 17 00:00:00 2001 From: Richard Tucker Date: Wed, 17 Mar 1999 10:34:12 +0000 Subject: [PATCH] Comment out comments Copied from Perforce Change: 20653 ServerID: perforce.ravenbrook.com --- mps/qa/function/168.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mps/qa/function/168.c b/mps/qa/function/168.c index 53df89ada42..d9eadf7b62a 100644 --- a/mps/qa/function/168.c +++ b/mps/qa/function/168.c @@ -1,6 +1,6 @@ /* TEST_HEADER - id = $HopeName$ + id = $HopeName: MMQA_test_function!168.c(trunk.1) $ summary = MVFF split allocate from SW log (af_six), with hysteresis control language = c link = testlib.o @@ -60,7 +60,9 @@ static void test(void) size = event.alloc.size; pool = (size < SPLIT1) ? pool1 : (size < SPLIT2) ? pool2 : pool3; die(mps_alloc(&objs[id], pool, size), "alloc"); +/* comment("%d %ld %p", id, size, objs[id]); +*/ sizes[id] = size; c = objs[id]; *c = 43;