summaryrefslogtreecommitdiff
path: root/src/host-ruby/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/host-ruby/main.cc')
-rw-r--r--src/host-ruby/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host-ruby/main.cc b/src/host-ruby/main.cc
index 3fed52e3..0398cafd 100644
--- a/src/host-ruby/main.cc
+++ b/src/host-ruby/main.cc
@@ -28,7 +28,7 @@ extern struct colm_sections rlhcRuby;
/* What are the appropriate types for ruby? */
static HostType hostTypesRuby[] =
{
- { "char", 0, "char", true, true, false, CHAR_MIN, CHAR_MAX, 0, 0, 1 },
+ { "char", 0, "char", true, true, false, SCHAR_MIN, SCHAR_MAX, 0, 0, 1 },
{ "int", 0, "int", true, true, false, INT_MIN, INT_MAX, 0, 0, 4 },
};