зеркало из https://github.com/github/ruby.git
18 строки
303 B
C
18 строки
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 */
|