aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-27 08:06:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-27 08:06:58 +0000
commit899fc0333f6ba2364c0b223843181fc91f3e5dd7 (patch)
tree73058bee79383d2ec9906c516e0717336ff927e8 /defs
parent9ab24004fced310db13cd3cb7eb7bac46900db0c (diff)
downloadruby-899fc0333f6ba2364c0b223843181fc91f3e5dd7.tar.gz
id.def: internal IDs
* defs/id.def: move internal IDs for frozen-string-literal-debug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defs')
-rw-r--r--defs/id.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/defs/id.def b/defs/id.def
index d4cd5e77de..b63d1289b4 100644
--- a/defs/id.def
+++ b/defs/id.def
@@ -60,6 +60,9 @@ firstline, predefined = __LINE__+1, %[\
core#hash_merge_ary
core#hash_merge_ptr
core#hash_merge_kwd
+
+ debug#created_path
+ debug#created_line
]
class KeywordError < RuntimeError