From 39c59842eadc3473fd112d4f5509b82ab10de91c Mon Sep 17 00:00:00 2001 From: helly Date: Thu, 25 May 2006 13:25:03 +0000 Subject: [PATCH] - Move . -> ./re2c --- {bootstrap => re2c/bootstrap}/parser.cc | 0 {bootstrap => re2c/bootstrap}/scanner.cc | 0 {bootstrap => re2c/bootstrap}/y.tab.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {bootstrap => re2c/bootstrap}/parser.cc (100%) rename {bootstrap => re2c/bootstrap}/scanner.cc (100%) rename {bootstrap => re2c/bootstrap}/y.tab.h (100%) diff --git a/bootstrap/parser.cc b/re2c/bootstrap/parser.cc similarity index 100% rename from bootstrap/parser.cc rename to re2c/bootstrap/parser.cc diff --git a/bootstrap/scanner.cc b/re2c/bootstrap/scanner.cc similarity index 100% rename from bootstrap/scanner.cc rename to re2c/bootstrap/scanner.cc diff --git a/bootstrap/y.tab.h b/re2c/bootstrap/y.tab.h similarity index 100% rename from bootstrap/y.tab.h rename to re2c/bootstrap/y.tab.h -- 2.50.1