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:
parent
5d4c2ca0a8
commit
6f52ef61a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue