aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc/grammar.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-28 23:00:13 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-28 23:00:13 +0900
commitfb41246ddb2dd3c1b4595cd7e27ed3710def3fc8 (patch)
tree20591e1d707bb252492767c613eee17d990890fa /lib/racc/grammar.rb
parent17715153e5cb651b91eab097c561add7ffd2eb97 (diff)
downloadruby-fb41246ddb2dd3c1b4595cd7e27ed3710def3fc8.tar.gz
Stop parsing copyright notices as document [ci skip]
Diffstat (limited to 'lib/racc/grammar.rb')
-rw-r--r--lib/racc/grammar.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/racc/grammar.rb b/lib/racc/grammar.rb
index 123f1f1834..1ef3d56a03 100644
--- a/lib/racc/grammar.rb
+++ b/lib/racc/grammar.rb
@@ -1,3 +1,4 @@
+#--
#
# $Id: 3fcabd58bef02540bf78e8142469681cb9f975c2 $
#
@@ -6,6 +7,8 @@
# This program is free software.
# You can distribute/modify this program under the same terms of ruby.
# see the file "COPYING".
+#
+#++
require 'racc/compat'
require 'racc/iset'