Fix overridden initializer warning in tree constructor
This commit is contained in:
parent
9db291fe88
commit
0193be166b
3 changed files with 8 additions and 10 deletions
|
|
@ -6,10 +6,10 @@
|
|||
#include "runtime/stack.h"
|
||||
#include "runtime/parser.h"
|
||||
|
||||
#define DEBUG_PARSE(...) \
|
||||
if (parser->debug) { \
|
||||
#define DEBUG_PARSE(...) \
|
||||
if (parser->debug) { \
|
||||
fprintf(stderr, "PARSE " __VA_ARGS__); \
|
||||
fprintf(stderr, "\n"); \
|
||||
fprintf(stderr, "\n"); \
|
||||
}
|
||||
|
||||
static const TSParseAction *actions_for_state(const TSLanguage *language,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue