diff options
Diffstat (limited to 'ext/mbstring/oniguruma/regex.c')
-rw-r--r-- | ext/mbstring/oniguruma/regex.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/mbstring/oniguruma/regex.c b/ext/mbstring/oniguruma/regex.c new file mode 100644 index 0000000000..0c4a43be9e --- /dev/null +++ b/ext/mbstring/oniguruma/regex.c @@ -0,0 +1,16 @@ +/********************************************************************** + + regex.c - Oniguruma (regular expression library) + + Copyright (C) 2002-2003 K.Kosako (kosako@sofnec.co.jp) + +**********************************************************************/ +/* + * Source wrapper for Ruby. + */ + +#include "regparse.c" +#include "regcomp.c" +#include "regexec.c" +#include "reggnu.c" +#include "regerror.c" |