summaryrefslogtreecommitdiff
path: root/lib/racc/grammarfileparser.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/grammarfileparser.rb
parent17715153e5cb651b91eab097c561add7ffd2eb97 (diff)
Stop parsing copyright notices as document [ci skip]
Diffstat (limited to 'lib/racc/grammarfileparser.rb')
-rw-r--r--lib/racc/grammarfileparser.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/racc/grammarfileparser.rb b/lib/racc/grammarfileparser.rb
index 5e7081f00a..e85e06ca22 100644
--- a/lib/racc/grammarfileparser.rb
+++ b/lib/racc/grammarfileparser.rb
@@ -1,3 +1,4 @@
+#--
#
# $Id: 63bd084db2dce8a2c9760318faae6104717cead7 $
#
@@ -8,6 +9,7 @@
# the GNU LGPL, Lesser General Public License version 2.1.
# For details of the GNU LGPL, see the file "COPYING".
#
+#++
require 'racc'
require 'racc/compat'