Merge branch '2.3' into develop
This commit is contained in:
@ -1116,7 +1116,7 @@ const char* keywords[] =
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static bool token_is_keyword(const char* tok, int len)
|
static bool token_is_keyword(const char* tok, size_t len)
|
||||||
{
|
{
|
||||||
for (int i = 0; keywords[i]; i++)
|
for (int i = 0; keywords[i]; i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user