mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
'not (2)' should not raise warning
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ mrb_reserved_word (register const char *str, register unsigned int len)
|
||||
#line 42 "keywords"
|
||||
{"then", {keyword_then, keyword_then}, EXPR_BEG},
|
||||
#line 34 "keywords"
|
||||
{"not", {keyword_not, keyword_not}, EXPR_ARG},
|
||||
{"not", {keyword_not, keyword_not}, EXPR_VALUE},
|
||||
#line 27 "keywords"
|
||||
{"false", {keyword_false, keyword_false}, EXPR_END},
|
||||
#line 40 "keywords"
|
||||
|
||||
Reference in New Issue
Block a user