aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 08:11:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 08:11:55 +0000
commit506e50b430aef83680e9f7b02c75299c7bbcfa53 (patch)
tree30dfbff0d085b2f5056d241729f07c79b9a9d635 /template
parent59093eb37a5ba425ab09fe4635d99a3daffeff46 (diff)
downloadruby-506e50b430aef83680e9f7b02c75299c7bbcfa53.tar.gz
parse.y: fix ripper
* parse.y (call_op, call_op2): fix values on ripper. [Feature #11537] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/id.h.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl
index ab09556f2b..5e7f117c24 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -92,6 +92,7 @@ enum ruby_method_ids {
idCOLON2 = RUBY_TOKEN(COLON2),
idANDOP = RUBY_TOKEN(ANDOP),
idOROP = RUBY_TOKEN(OROP),
+ idDOTQ = RUBY_TOKEN(DOTQ),
tPRESERVED_ID_BEGIN = <%=op_id_offset + token_op_ids.size - 1%>,
% ids[:preserved].each do |token|
id<%=token%>,