diff --git a/src/lparser.c b/src/lparser.c index 4b742b8..a73a7a2 100644 --- a/src/lparser.c +++ b/src/lparser.c @@ -1238,8 +1238,8 @@ static ravitype_t declare_localvar(LexState *ls, TString **pusertype) { tt = RAVI_TTABLE; else if (strcmp(str, "string") == 0) tt = RAVI_TSTRING; - else if (strcmp(str, "boolean") == 0) - tt = RAVI_TBOOLEAN; + //else if (strcmp(str, "boolean") == 0) + // tt = RAVI_TBOOLEAN; else if (strcmp(str, "any") == 0) tt = RAVI_TANY; else {