mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 23:40:39 -08:00
Correct alignment parameter to pool_create
Copied from Perforce Change: 19583 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
1506c9c5d8
commit
f6cf5ac6f8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $HopeName$
|
||||
/* $HopeName: MMQA_test_function!102.c(trunk.2) $
|
||||
TEST_HEADER
|
||||
summary = EPDL allocation test
|
||||
language = c
|
||||
|
|
@ -70,7 +70,7 @@ static void dt(int kind,
|
|||
|
||||
die(
|
||||
mps_pool_create(&pool, space, mps_class_epdl(),
|
||||
extendBy, avgSize, maxSize),
|
||||
extendBy, avgSize, 8),
|
||||
"create pool");
|
||||
|
||||
for(hd=0; hd<number; hd++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue