*** empty log message ***

From-SVN: r1119
This commit is contained in:
Richard Stallman 1992-05-29 05:38:39 +00:00
parent 350027ecf4
commit 1b43e280f9

View File

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