summaryrefslogtreecommitdiff
path: root/template/id.c.tmpl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-21 07:38:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-21 07:38:07 +0000
commit2edcf87c1c30c29562fc52075896935ebf398367 (patch)
treeebe3d9efe134d0da8799fa2bc46b304879684526 /template/id.c.tmpl
parent298694a2fdf4451163299d61a49a15fe49ab598a (diff)
id.def: check duplication
* defs/id.def (KeywordError): check duplication. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/id.c.tmpl')
-rw-r--r--template/id.c.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/id.c.tmpl b/template/id.c.tmpl
index 4a272a98ba..cac213a8fb 100644
--- a/template/id.c.tmpl
+++ b/template/id.c.tmpl
@@ -11,7 +11,7 @@
**********************************************************************/
<%
-defs = File.join(File.dirname(erb.filename), "../defs/id.def")
+defs = File.join(File.dirname(File.dirname(erb.filename)), "defs/id.def")
ids = eval(File.read(defs), binding, defs)
%>
static void