mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4bfe1f4bf5
Note: "char" is actually "unsigned char" on some platforms including NetBSD/arm. Comparing char value with EOF(-1) always fails on the platforms.