entered into RCS

From-SVN: r1201
This commit is contained in:
Charles Hannum 1992-06-14 20:32:50 +00:00
parent f794cadfb3
commit 9be8f2c7fb

View File

@ -3,6 +3,3 @@
/* 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))