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 ())
|