aboutsummaryrefslogtreecommitdiffstats
path: root/ext/racc/cparse/extconf.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-19 18:35:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-19 18:35:44 +0900
commit40f8c82b960041d29aba028cc9fe01177bdc4f84 (patch)
tree4d95e8e7b54fb07a6cbd69b338d50cdc2a1ae546 /ext/racc/cparse/extconf.rb
parentb93508b32c8f11bd468a885745338eab259bd2cd (diff)
downloadruby-40f8c82b960041d29aba028cc9fe01177bdc4f84.tar.gz
Partly revert directory structure for cparse.
It break the some build environment.
Diffstat (limited to 'ext/racc/cparse/extconf.rb')
-rw-r--r--ext/racc/cparse/extconf.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/racc/cparse/extconf.rb b/ext/racc/cparse/extconf.rb
new file mode 100644
index 0000000000..a9187b5bc4
--- /dev/null
+++ b/ext/racc/cparse/extconf.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: false
+# $Id$
+
+require 'mkmf'
+
+have_func('rb_ary_subseq')
+
+create_makefile 'racc/cparse'