summaryrefslogtreecommitdiffhomepage
path: root/src/parse.y
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-09 11:35:27 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-09 11:35:27 +0900
commitd95d55089de26784f78e66700d55bf858f1be0c2 (patch)
tree53a368d640c46859af7e61b9a8068b63d0929dc9 /src/parse.y
parent6abb9de7e0fed2df2ffc391e738913d5c7b5e4bb (diff)
parent7f3b8ddb5361b5ad7102f82d8a1212520958450b (diff)
downloadmruby-d95d55089de26784f78e66700d55bf858f1be0c2.tar.gz
mruby-d95d55089de26784f78e66700d55bf858f1be0c2.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/parse.y')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index ec27a2c51..345ac5756 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -3323,7 +3323,7 @@ backref_error(parser_state *p, node *n)
yyerror_i(p, "can't set variable $%c", (int)(intptr_t)n->cdr);
}
else {
- mrb_bug(p->mrb, "Internal error in backref_error() : n=>car == %d", c);
+ mrb_bug(p->mrb, "Internal error in backref_error() : n=>car == %S", mrb_fixnum_value(c));
}
}