1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 05:22:04 -08:00

Too few args to spacecreate

Copied from Perforce
 Change: 15882
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1996-07-05 09:58:12 +01:00
parent 5d4c2ca0a8
commit 6f52ef61a4

View file

@ -2,7 +2,7 @@
*
* NULL POOL COVERAGE TEST
*
* $HopeName: MMsrc!poolncv.c(MMdevel_restr.2) $
* $HopeName: MMsrc!poolncv.c(trunk.3) $
*
* Copyright (C) 1995 Harlequin Group, all rights reserved
*
@ -23,7 +23,7 @@ main(void)
Res res;
Addr p;
die(SpaceCreate(&space), "SpaceCreate");
die(SpaceCreate(&space, (Addr)0, (Size)0), "SpaceCreate");
die(PoolCreate(&pool, PoolClassN(), space), "PoolNCreate");
res = PoolAlloc(&p, pool, 1);