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 0a480f438f..d7e10e9330 100644
--- a/template/id.h.tmpl
+++ b/template/id.h.tmpl
@@ -98,6 +98,7 @@ enum ruby_method_ids {
% ids.values_at(*types).flatten.each do |token|
t<%=token%>,
% end
+ tNEXT_ID,
% types.each do |type|
% types = ids[type] or next
% types.empty? and next