6 lines
85 B
C
6 lines
85 B
C
#include "debug.h"
|
|
struct macro *h_macro = 0;
|
|
#ifdef DEBUG
|
|
int cnt_macro = 0;
|
|
#endif
|