| |
|
| typedef enum prim_num { |
typedef enum prim_num { |
| /* definitions of N_execute etc. */ |
/* definitions of N_execute etc. */ |
| #include "prim_num.i" |
#include PRIM_NUM_I |
| N_START_SUPER |
N_START_SUPER |
| } PrimNum; |
} PrimNum; |
| |
|
| #undef GROUPADD |
#undef GROUPADD |
| #define GROUPADD(n) +n |
#define GROUPADD(n) +n |
| #define GROUP(x, n) , 0 |
#define GROUP(x, n) , 0 |
| #include "prim_grp.i" |
#include PRIM_GRP_I |
| #undef GROUP |
#undef GROUP |
| #undef GROUPADD |
#undef GROUPADD |
| #define GROUP(x, n) |
#define GROUP(x, n) |
| }; |
}; |
| |
|
| PrimNum super2[] = { |
PrimNum super2[] = { |
| #include "super2.i" |
#include SUPER2_I |
| }; |
}; |
| |
|
| struct cost super_costs[] = { |
struct cost super_costs[] = { |
| #include "costs.i" |
#include COSTS_I |
| }; |
}; |
| |
|
| struct super_state { |
struct super_state { |
| #endif /* !defined(NO_DYNAMIC) */ |
#endif /* !defined(NO_DYNAMIC) */ |
| |
|
| static char MAYBE_UNUSED superend[]={ |
static char MAYBE_UNUSED superend[]={ |
| #include "prim_superend.i" |
#include PRIM_SUPEREND_I |
| }; |
}; |
| |
|
| Cell npriminfos=0; |
Cell npriminfos=0; |