From 40f8c82b960041d29aba028cc9fe01177bdc4f84 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 19 Jun 2019 18:35:09 +0900 Subject: [PATCH] Partly revert directory structure for cparse. It break the some build environment. --- ext/racc/{ => cparse}/cparse.c | 0 ext/racc/{ => cparse}/depend | 0 ext/racc/{ => cparse}/extconf.rb | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename ext/racc/{ => cparse}/cparse.c (100%) rename ext/racc/{ => cparse}/depend (100%) rename ext/racc/{ => cparse}/extconf.rb (100%) diff --git a/ext/racc/cparse.c b/ext/racc/cparse/cparse.c similarity index 100% rename from ext/racc/cparse.c rename to ext/racc/cparse/cparse.c diff --git a/ext/racc/depend b/ext/racc/cparse/depend similarity index 100% rename from ext/racc/depend rename to ext/racc/cparse/depend diff --git a/ext/racc/extconf.rb b/ext/racc/cparse/extconf.rb similarity index 100% rename from ext/racc/extconf.rb rename to ext/racc/cparse/extconf.rb