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