Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Macros | |
#define | RUBY_REVISION 0 |
#define | RUBY_ARCH RUBY_PLATFORM |
#define | RUBY_SITEARCH RUBY_ARCH |
#define | RUBY_SITE_LIB2 RUBY_SITE_LIB "/"RUBY_LIB_VERSION |
#define | RUBY_VENDOR_LIB2 RUBY_VENDOR_LIB "/"RUBY_LIB_VERSION |
Typedefs | |
typedef char | ruby_lib_version_string[(int) sizeof(RUBY_LIB_VERSION) - 2] |
Variables | |
const char | ruby_exec_prefix [] = RUBY_EXEC_PREFIX |
const char | ruby_initial_load_paths [] |
#define RUBY_ARCH RUBY_PLATFORM |
Definition at line 20 of file loadpath.c.
#define RUBY_REVISION 0 |
Definition at line 16 of file loadpath.c.
Referenced by Init_version().
#define RUBY_SITE_LIB2 RUBY_SITE_LIB "/"RUBY_LIB_VERSION |
Definition at line 46 of file loadpath.c.
#define RUBY_SITEARCH RUBY_ARCH |
Definition at line 23 of file loadpath.c.
#define RUBY_VENDOR_LIB2 RUBY_VENDOR_LIB "/"RUBY_LIB_VERSION |
Definition at line 47 of file loadpath.c.
typedef char ruby_lib_version_string[(int) sizeof(RUBY_LIB_VERSION) - 2] |
Definition at line 41 of file loadpath.c.
const char ruby_exec_prefix[] = RUBY_EXEC_PREFIX |
Definition at line 59 of file loadpath.c.
const char ruby_initial_load_paths[] |
Definition at line 62 of file loadpath.c.