Commit 1b43e280 by Richard Stallman

*** empty log message ***

From-SVN: r1119
parent 350027ec
......@@ -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))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment