blob: 7887f6858d2c1ba1ec1c4d691661c46c4dcbcb09 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Configuration file for the Pyramid machine that uses the MIPS cpu. */
/* This does not fully work. */
#include "m-pyramid.h"
#define SYSTEM_MALLOC
#define HAVE_ALLOCA
#define CANNOT_DUMP
|