Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby31/include/ruby
File: regex.h
#ifndef ONIGURUMA_REGEX_H /*-*-C++-*-vi:se ft=cpp:*/
[0] Fix | Delete
#define ONIGURUMA_REGEX_H 1
[1] Fix | Delete
/**
[2] Fix | Delete
* @author $Author$
[3] Fix | Delete
* @copyright Copyright (C) 1993-2007 Yukihiro Matsumoto
[4] Fix | Delete
* @copyright This file is a part of the programming language Ruby.
[5] Fix | Delete
* Permission is hereby granted, to either redistribute and/or
[6] Fix | Delete
* modify this file, provided that the conditions mentioned in the
[7] Fix | Delete
* file COPYING are met. Consult the file for details.
[8] Fix | Delete
*/
[9] Fix | Delete
#if defined(__cplusplus)
[10] Fix | Delete
extern "C" {
[11] Fix | Delete
#if 0
[12] Fix | Delete
} /* satisfy cc-mode */
[13] Fix | Delete
#endif
[14] Fix | Delete
#endif
[15] Fix | Delete
[16] Fix | Delete
#ifdef RUBY
[17] Fix | Delete
#include "ruby/oniguruma.h"
[18] Fix | Delete
#else
[19] Fix | Delete
#include "oniguruma.h"
[20] Fix | Delete
#endif
[21] Fix | Delete
[22] Fix | Delete
RUBY_SYMBOL_EXPORT_BEGIN
[23] Fix | Delete
[24] Fix | Delete
#ifndef ONIG_RUBY_M17N
[25] Fix | Delete
[26] Fix | Delete
ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding;
[27] Fix | Delete
[28] Fix | Delete
#define mbclen(p,e,enc) rb_enc_mbclen((p),(e),(enc))
[29] Fix | Delete
[30] Fix | Delete
#endif /* ifndef ONIG_RUBY_M17N */
[31] Fix | Delete
[32] Fix | Delete
RUBY_SYMBOL_EXPORT_END
[33] Fix | Delete
[34] Fix | Delete
#if defined(__cplusplus)
[35] Fix | Delete
#if 0
[36] Fix | Delete
{ /* satisfy cc-mode */
[37] Fix | Delete
#endif
[38] Fix | Delete
} /* extern "C" { */
[39] Fix | Delete
#endif
[40] Fix | Delete
[41] Fix | Delete
#endif /* ONIGURUMA_REGEX_H */
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function