mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
f353d89d82
* oniguruma.h: ditto. * regcomp.c: ditto. * regenc.c: ditto. * regenc.h: ditto. * regerror.c: ditto. * regex.c: ditto. * regexec.c: ditto. * reggnu.c: ditto. * regint.h: ditto. * regparse.c: ditto. * regparse.h: ditto. * ascii.c: ditto. * euc_jp.c: ditto. * sjis.c: ditto. * utf8.c: ditto. * MANIFEST: added Oniguruma files listed above. * LEGAL: added Oniguruma license. * regex.h: now includes oniggnu.h. * re.c: applied Oniguruma patch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
17 lines
303 B
C
17 lines
303 B
C
/**********************************************************************
|
|
|
|
regex.h -
|
|
|
|
$Author$
|
|
$Date$
|
|
|
|
Copyright (C) 1993-2004 Yukihiro Matsumoto
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef REGEX_H
|
|
#define REGEX_H
|
|
|
|
#include "oniggnu.h"
|
|
|
|
#endif /* !REGEX_H */
|