From 86248cfbac299b48f839db90a5f554ed6e7fa8f1 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Fri, 28 Jan 2005 15:02:36 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'oniguruma_3_5_4'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/oniguruma_3_5_4@7845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- regex.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 regex.c diff --git a/regex.c b/regex.c deleted file mode 100644 index 2d79d000a8bbba..00000000000000 --- a/regex.c +++ /dev/null @@ -1,26 +0,0 @@ -/********************************************************************** - - regex.c - Oniguruma (regular expression library) - - Copyright (C) 2002-2004 K.Kosako (kosako@sofnec.co.jp) - -**********************************************************************/ -/* - * Source wrapper for Ruby. - */ -#include "regint.h" -#include "regex.h" - -#include "regparse.c" -#include "regcomp.c" -#include "regexec.c" -#include "regenc.c" -#include "reggnu.c" -#include "regerror.c" - -#ifndef ONIG_RUBY_M17N -#include "enc/ascii.c" -#include "enc/utf8.c" -#include "enc/euc_jp.c" -#include "enc/sjis.c" -#endif