summaryrefslogtreecommitdiff
path: root/lib/racc/grammar.rb
diff options
context:
space:
mode:
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'