Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../opt/alt/ruby27/include/ruby
File: version.h
/**********************************************************************
[0] Fix | Delete
[1] Fix | Delete
ruby/version.h -
[2] Fix | Delete
[3] Fix | Delete
$Author$
[4] Fix | Delete
created at: Wed May 13 12:56:56 JST 2009
[5] Fix | Delete
[6] Fix | Delete
Copyright (C) 1993-2009 Yukihiro Matsumoto
[7] Fix | Delete
Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
[8] Fix | Delete
Copyright (C) 2000 Information-technology Promotion Agency, Japan
[9] Fix | Delete
[10] Fix | Delete
**********************************************************************/
[11] Fix | Delete
[12] Fix | Delete
/*
[13] Fix | Delete
* This file contains only
[14] Fix | Delete
* - never-changeable information, and
[15] Fix | Delete
* - interfaces accessible from extension libraries.
[16] Fix | Delete
*
[17] Fix | Delete
* Never try to check RUBY_VERSION_CODE etc in extension libraries,
[18] Fix | Delete
* check the features with mkmf.rb instead.
[19] Fix | Delete
*/
[20] Fix | Delete
[21] Fix | Delete
#ifndef RUBY_VERSION_H
[22] Fix | Delete
#define RUBY_VERSION_H 1
[23] Fix | Delete
[24] Fix | Delete
/* The origin. */
[25] Fix | Delete
#define RUBY_AUTHOR "Yukihiro Matsumoto"
[26] Fix | Delete
#define RUBY_BIRTH_YEAR 1993
[27] Fix | Delete
#define RUBY_BIRTH_MONTH 2
[28] Fix | Delete
#define RUBY_BIRTH_DAY 24
[29] Fix | Delete
[30] Fix | Delete
/* API version */
[31] Fix | Delete
#define RUBY_API_VERSION_MAJOR 2
[32] Fix | Delete
#define RUBY_API_VERSION_MINOR 7
[33] Fix | Delete
#define RUBY_API_VERSION_TEENY 0
[34] Fix | Delete
#define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)
[35] Fix | Delete
[36] Fix | Delete
#ifdef RUBY_EXTERN
[37] Fix | Delete
#if defined(__cplusplus)
[38] Fix | Delete
extern "C" {
[39] Fix | Delete
#if 0
[40] Fix | Delete
} /* satisfy cc-mode */
[41] Fix | Delete
#endif
[42] Fix | Delete
#endif
[43] Fix | Delete
[44] Fix | Delete
RUBY_SYMBOL_EXPORT_BEGIN
[45] Fix | Delete
[46] Fix | Delete
/*
[47] Fix | Delete
* Interfaces from extension libraries.
[48] Fix | Delete
*
[49] Fix | Delete
* Before using these infos, think thrice whether they are really
[50] Fix | Delete
* necessary or not, and if the answer was yes, think twice a week
[51] Fix | Delete
* later again.
[52] Fix | Delete
*/
[53] Fix | Delete
RUBY_EXTERN const int ruby_api_version[3];
[54] Fix | Delete
RUBY_EXTERN const char ruby_version[];
[55] Fix | Delete
RUBY_EXTERN const char ruby_release_date[];
[56] Fix | Delete
RUBY_EXTERN const char ruby_platform[];
[57] Fix | Delete
RUBY_EXTERN const int ruby_patchlevel;
[58] Fix | Delete
RUBY_EXTERN const char ruby_description[];
[59] Fix | Delete
RUBY_EXTERN const char ruby_copyright[];
[60] Fix | Delete
RUBY_EXTERN const char ruby_engine[];
[61] Fix | Delete
[62] Fix | Delete
RUBY_SYMBOL_EXPORT_END
[63] Fix | Delete
[64] Fix | Delete
#if defined(__cplusplus)
[65] Fix | Delete
#if 0
[66] Fix | Delete
{ /* satisfy cc-mode */
[67] Fix | Delete
#endif
[68] Fix | Delete
} /* extern "C" { */
[69] Fix | Delete
#endif
[70] Fix | Delete
#endif
[71] Fix | Delete
[72] Fix | Delete
#endif
[73] Fix | Delete
[74] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function