mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f6d15cfc38
Visual Studio versions older than 2013 lack C99's isblank(). Since only ASCII characters are passed to it, implement it directly without calling the locale-specific isblank().