diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-01-28 23:00:13 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-01-28 23:00:13 +0900 |
commit | fb41246ddb2dd3c1b4595cd7e27ed3710def3fc8 (patch) | |
tree | 20591e1d707bb252492767c613eee17d990890fa /lib/racc/debugflags.rb | |
parent | 17715153e5cb651b91eab097c561add7ffd2eb97 (diff) |
Stop parsing copyright notices as document [ci skip]
Diffstat (limited to 'lib/racc/debugflags.rb')
-rw-r--r-- | lib/racc/debugflags.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/racc/debugflags.rb b/lib/racc/debugflags.rb index 1b5d2fe54c..3df96f294d 100644 --- a/lib/racc/debugflags.rb +++ b/lib/racc/debugflags.rb @@ -1,3 +1,4 @@ +#-- # # $Id: 74ff4369ce53c7f45cfc2644ce907785104ebf6e $ # @@ -8,6 +9,7 @@ # the GNU LGPL, Lesser General Public License version 2.1. # For details of LGPL, see the file "COPYING". # +#++ module Racc |