summaryrefslogtreecommitdiff
path: root/defs/id.def
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-28 04:58:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-28 04:58:25 +0000
commit3ff85b795ac42976e5ed51c6add0b18660455abd (patch)
tree89fb30ecffde7408e7a2e1a76cb1c8a182a77fc6 /defs/id.def
parent76bb597728c0d9a2228367e0ecaf6b92b7ffdfd7 (diff)
eval.c: no method calls at stack overflow
* eval.c (setup_exception): get rid of method calls before raising stack overflow, not to cause stack overflow again. * defs/id.def: add IDs for backtraces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs/id.def')
-rw-r--r--defs/id.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/defs/id.def b/defs/id.def
index 42386e5f36..f7fffbde3c 100644
--- a/defs/id.def
+++ b/defs/id.def
@@ -36,6 +36,8 @@ firstline, predefined = __LINE__+1, %[\
to_a
to_s
to_i
+ bt
+ bt_locations
_ UScore
"/*NULL*/" NULL