From 86578511124da4dcf15b4964e8a2be7ac275d00a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 Feb 2020 12:25:14 +0900 Subject: [PATCH] Removed RCS keywords --- bin/racc | 2 +- ext/racc/cparse/extconf.rb | 2 +- lib/racc/compat.rb | 2 +- lib/racc/debugflags.rb | 2 +- lib/racc/exception.rb | 2 +- lib/racc/grammar.rb | 2 +- lib/racc/grammarfileparser.rb | 2 +- lib/racc/info.rb | 2 +- lib/racc/iset.rb | 2 +- lib/racc/logfilegenerator.rb | 2 +- lib/racc/parserfilegenerator.rb | 2 +- lib/racc/sourcetext.rb | 2 +- lib/racc/state.rb | 2 +- lib/racc/statetransitiontable.rb | 2 +- sample/array.y | 2 +- sample/array2.y | 2 +- sample/calc-ja.y | 4 ++-- sample/calc.y | 4 ++-- sample/conflict.y | 2 +- sample/hash.y | 2 +- sample/lalr.y | 2 +- sample/lists.y | 2 +- sample/syntax.y | 2 +- sample/yyerr.y | 2 +- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/bin/racc b/bin/racc index dadc043b..89e66593 100755 --- a/bin/racc +++ b/bin/racc @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb index a9187b5b..3b4f594b 100644 --- a/ext/racc/cparse/extconf.rb +++ b/ext/racc/cparse/extconf.rb @@ -1,5 +1,5 @@ # frozen_string_literal: false -# $Id$ +# require 'mkmf' diff --git a/lib/racc/compat.rb b/lib/racc/compat.rb index 3b5d5e61..e46b0e64 100644 --- a/lib/racc/compat.rb +++ b/lib/racc/compat.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/debugflags.rb b/lib/racc/debugflags.rb index 89f42a6d..6b7549fc 100644 --- a/lib/racc/debugflags.rb +++ b/lib/racc/debugflags.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/exception.rb b/lib/racc/exception.rb index cd48bda1..c11dc2e4 100644 --- a/lib/racc/exception.rb +++ b/lib/racc/exception.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/grammar.rb b/lib/racc/grammar.rb index a97a04a8..fa815343 100644 --- a/lib/racc/grammar.rb +++ b/lib/racc/grammar.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/grammarfileparser.rb b/lib/racc/grammarfileparser.rb index 2ac10b79..6d63506e 100644 --- a/lib/racc/grammarfileparser.rb +++ b/lib/racc/grammarfileparser.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/info.rb b/lib/racc/info.rb index 660a90da..b55866d3 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/iset.rb b/lib/racc/iset.rb index 7a7bf058..91ca9320 100644 --- a/lib/racc/iset.rb +++ b/lib/racc/iset.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/logfilegenerator.rb b/lib/racc/logfilegenerator.rb index a6d914d2..18991c51 100644 --- a/lib/racc/logfilegenerator.rb +++ b/lib/racc/logfilegenerator.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/parserfilegenerator.rb b/lib/racc/parserfilegenerator.rb index 23152dcb..1caac10d 100644 --- a/lib/racc/parserfilegenerator.rb +++ b/lib/racc/parserfilegenerator.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/sourcetext.rb b/lib/racc/sourcetext.rb index 5f25395c..ba0b0d24 100644 --- a/lib/racc/sourcetext.rb +++ b/lib/racc/sourcetext.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/state.rb b/lib/racc/state.rb index afed84fa..f85809fb 100644 --- a/lib/racc/state.rb +++ b/lib/racc/state.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/lib/racc/statetransitiontable.rb b/lib/racc/statetransitiontable.rb index 246fcfce..5d1288ca 100644 --- a/lib/racc/statetransitiontable.rb +++ b/lib/racc/statetransitiontable.rb @@ -1,6 +1,6 @@ #-- # -# $Id$ +# # # Copyright (c) 1999-2006 Minero Aoki # diff --git a/sample/array.y b/sample/array.y index ce0590e6..c54d600c 100644 --- a/sample/array.y +++ b/sample/array.y @@ -1,4 +1,4 @@ -# $Id$ +# # # convert Array-like string into Ruby's Array. diff --git a/sample/array2.y b/sample/array2.y index 639f7936..290c4d4b 100644 --- a/sample/array2.y +++ b/sample/array2.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Converting Array-like string into Ruby's Array, version 2. # This grammer uses no_result_var. diff --git a/sample/calc-ja.y b/sample/calc-ja.y index d6e3eed8..05f2137a 100644 --- a/sample/calc-ja.y +++ b/sample/calc-ja.y @@ -1,4 +1,4 @@ -# $Id$ +# # # A simple calculator, version 2. # This file contains Japanese characters (encoding=EUC-JP). @@ -24,7 +24,7 @@ rule end ---- header -# $Id$ +# ---- inner def evaluate(str) diff --git a/sample/calc.y b/sample/calc.y index 8d9c581d..4757ed9b 100644 --- a/sample/calc.y +++ b/sample/calc.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Very simple calculater. @@ -22,7 +22,7 @@ rule end ---- header -# $Id$ +# ---- inner def parse(str) diff --git a/sample/conflict.y b/sample/conflict.y index 28d7799d..c4b534df 100644 --- a/sample/conflict.y +++ b/sample/conflict.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Example of conflicted grammer. # This grammer contains 1 Shift/Reduce conflict and 1 Reduce/Reduce conflict. diff --git a/sample/hash.y b/sample/hash.y index bec25d61..85348e4e 100644 --- a/sample/hash.y +++ b/sample/hash.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Converting Hash-like string into Ruby's Hash. diff --git a/sample/lalr.y b/sample/lalr.y index 0566d6be..17753f9e 100644 --- a/sample/lalr.y +++ b/sample/lalr.y @@ -1,4 +1,4 @@ -# $Id$ +# # # This is LALR grammer, and not LL/SLR. diff --git a/sample/lists.y b/sample/lists.y index 6ec9066c..195d4f76 100644 --- a/sample/lists.y +++ b/sample/lists.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Rules for verious lists. # This file is just an example, you cannot compile this file. diff --git a/sample/syntax.y b/sample/syntax.y index 6bef1e9c..b9af4aa2 100644 --- a/sample/syntax.y +++ b/sample/syntax.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Racc syntax checker. This grammer file generates # invalid ruby program, you cannot run this parser. diff --git a/sample/yyerr.y b/sample/yyerr.y index 99220e0a..10307d1e 100644 --- a/sample/yyerr.y +++ b/sample/yyerr.y @@ -1,4 +1,4 @@ -# $Id$ +# # # Test grammer file for error handling.