mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e4afd5374f
strlen(3) + string literal is usually optimized but strlen(3) doesn't check if its argument is really a string literal. This is important for mruby's _static functions to which some _lit macros are expanded (string literals have static storage). See comment for some additional info. remove unnecessary parentheses