We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d408c4 commit 1a1db37Copy full SHA for 1a1db37
tokenpos.h
@@ -15,7 +15,7 @@ typedef struct token_pos token_pos_t;
15
STMT_START { \
16
++num_tokens; \
17
if (num_tokens == token_lim) \
18
- tokens_grow(&tokens, &token_lim, (tokens != token_buf)); \
+ tokens_grow(&tokens, &token_lim, (bool)(tokens != token_buf)); \
19
tokens[num_tokens-1].beg = p_beg; \
20
tokens[num_tokens-1].end = p_end; \
21
} STMT_END
0 commit comments