1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 15:00:42 -08:00

Comment out comments

Copied from Perforce
 Change: 20653
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1999-03-17 10:34:12 +00:00
parent e8b66a9222
commit c8a072129f

View file

@ -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;