68f98cbad7
itself. Currently it's semantically the same but the implementation is cleaner.
11 lines
153 B
C
11 lines
153 B
C
#include "mcg.h"
|
|
#include "mcgg.h"
|
|
|
|
|
|
#define PANIC printf
|
|
|
|
#define burm_assert(b, s) assert(b)
|
|
|
|
extern void burm_panic_cannot_match(NODEPTR_TYPE node);
|
|
|