Skip to content

Commit

Permalink
updated ruby-2.0.0-head patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kaes committed Feb 25, 2014
1 parent 97e5ef8 commit 838446b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
@@ -1,5 +1,5 @@
diff --git a/configure.in b/configure.in
index 0636754..8100627 100644
index f49a34c..ea8a2bc 100644
--- a/configure.in
+++ b/configure.in
@@ -2851,6 +2851,10 @@ if test "$EXEEXT" = .exe; then
Expand Down
@@ -1,5 +1,5 @@
diff --git a/eval.c b/eval.c
index 958daa8..096fca9 100644
index b5f41e6..4ba414b 100644
--- a/eval.c
+++ b/eval.c
@@ -444,8 +444,7 @@ setup_exception(rb_thread_t *th, int tag, volatile VALUE mesg)
Expand Down
@@ -1,5 +1,5 @@
diff --git a/eval.c b/eval.c
index 096fca9..62257ae 100644
index 4ba414b..e6c3e5f 100644
--- a/eval.c
+++ b/eval.c
@@ -933,7 +933,18 @@ rb_frame_caller(void)
Expand Down Expand Up @@ -115,10 +115,10 @@ index c6a23cc..5c4a902 100644
+
end
diff --git a/vm_eval.c b/vm_eval.c
index 88f05eb..50ec3c3 100644
index 7644aff..c040ca7 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -685,7 +685,7 @@ raise_method_missing(rb_thread_t *th, int argc, const VALUE *argv, VALUE obj,
@@ -684,7 +684,7 @@ raise_method_missing(rb_thread_t *th, int argc, const VALUE *argv, VALUE obj,
{
exc = make_no_method_exception(exc, format, obj, argc, argv);
if (!(last_call_status & NOEX_MISSING)) {
Expand Down

0 comments on commit 838446b

Please sign in to comment.