mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* regex.c : removed unused file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c247e3d6b
commit
8e65234086
2 changed files with 4 additions and 26 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun May 9 12:34:26 2004 Kazuo Saito <ksaito@uranus.dti.ne.jp>
|
||||
|
||||
* regex.c : removed unused file.
|
||||
|
||||
Sat May 8 10:53:30 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* io.c (rb_f_open): open should not ignore block when "to_open"
|
||||
|
|
26
regex.c
26
regex.c
|
@ -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 "ascii.c"
|
||||
#include "utf8.c"
|
||||
#include "euc_jp.c"
|
||||
#include "sjis.c"
|
||||
#endif
|
Loading…
Reference in a new issue