summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
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%>,