Commit 41eff635 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3393 from clayton-shopify/fix-exc-initialize

Fix broken MRB_INT64
parents fb1dad82 bc4c90de
......@@ -44,7 +44,7 @@ static mrb_value
exc_initialize(mrb_state *mrb, mrb_value exc)
{
mrb_value mesg;
int argc;
mrb_int argc;
mrb_value *argv;
if (mrb_get_args(mrb, "|o*", &mesg, &argv, &argc) >= 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment