Initial revision

From-SVN: r16
This commit is contained in:
Richard Stallman 1991-01-31 22:12:23 +00:00
parent 1112eea235
commit 5a5ae7f659
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#include "xm-m68k.h"
/* malloc does better with chunks the size of a page. */
#define OBSTACK_CHUNK_SIZE (getpagesize ())