summaryrefslogtreecommitdiff
path: root/ext/mbstring/oniguruma/regex.c
blob: 0c4a43be9ea8599324b1d984ef456c57d9d54411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"