Sha256: 833def41564820c07c5aba38557e9f091f8c1d1b396a02da649029b2332cce8e

Contents?: true

Size: 733 Bytes

Versions: 130

Compression:

Stored size: 733 Bytes

Contents

/**********************************************************************

  regex.h -

  $Author: akr $

  Copyright (C) 1993-2007 Yukihiro Matsumoto

**********************************************************************/

#ifndef ONIGURUMA_REGEX_H
#define ONIGURUMA_REGEX_H 1

#if defined(__cplusplus)
extern "C" {
#if 0
} /* satisfy cc-mode */
#endif
#endif

#ifdef RUBY
#include "ruby/oniguruma.h"
#else
#include "oniguruma.h"
#endif

#ifndef ONIG_RUBY_M17N

ONIG_EXTERN OnigEncoding    OnigEncDefaultCharEncoding;

#define mbclen(p,e,enc)  rb_enc_mbclen((p),(e),(enc))

#endif /* ifndef ONIG_RUBY_M17N */

#if defined(__cplusplus)
#if 0
{ /* satisfy cc-mode */
#endif
}  /* extern "C" { */
#endif

#endif /* ONIGURUMA_REGEX_H */

Version data entries

130 entries across 130 versions & 2 rubygems

Version Path
rhodes-5.5.18 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.17 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.15 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.0.22 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.2 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.0.7 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.0.3 platform/shared/ruby/include/ruby/regex.h
rhodes-5.5.0 platform/shared/ruby/include/ruby/regex.h
tauplatform-1.0.3 platform/shared/ruby/include/ruby/regex.h
tauplatform-1.0.2 platform/shared/ruby/include/ruby/regex.h
tauplatform-1.0.1 platform/shared/ruby/include/ruby/regex.h
rhodes-3.5.1.12 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.5 platform/shared/ruby/include/ruby/regex.h
rhodes-3.4.2 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.4 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.3 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.3.beta.4 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.3.beta.3 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.3.beta.2 platform/shared/ruby/include/ruby/regex.h
rhodes-3.3.3.beta.1 platform/shared/ruby/include/ruby/regex.h