5a5ae7f659
From-SVN: r16
6 lines
126 B
C
6 lines
126 B
C
#include "xm-m68k.h"
|
|
|
|
/* malloc does better with chunks the size of a page. */
|
|
|
|
#define OBSTACK_CHUNK_SIZE (getpagesize ())
|