*** empty log message ***
From-SVN: r1119
This commit is contained in:
parent
350027ecf4
commit
1b43e280f9
@ -3,3 +3,6 @@
|
||||
/* malloc does better with chunks the size of a page. */
|
||||
|
||||
#define OBSTACK_CHUNK_SIZE (getpagesize ())
|
||||
|
||||
/* Avoid warnings when `wait' is passed an `int *'. */
|
||||
#define wait(ARG) wait ((union wait *) (ARG))
|
||||
|
Loading…
Reference in New Issue
Block a user