summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-27 13:33:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-27 13:33:51 +0900
commit229ba1215fa7c8181b9296dff22807fb17442c74 (patch)
tree450c94c867407b983ee86a44268f1470c839d717 /ext
parent9a422fc010ab150438ef9dd66fd4c717f03927d9 (diff)
Merge racc from upstream repository.
* Support Ruby 2.4's frozen string literals. * Remove VCS revisions headers.
Diffstat (limited to 'ext')
-rw-r--r--ext/racc/cparse/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb
index 47b455d992..3b4f594b9d 100644
--- a/ext/racc/cparse/extconf.rb
+++ b/ext/racc/cparse/extconf.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: false
-# $Id: a9187b5bc40e6adf05e7b6ee5b370b39a3429ecd $
+#
require 'mkmf'