diff options
-rw-r--r-- | version.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -96,6 +96,7 @@ const char ruby_initial_load_paths[] = #endif ""; void Init_version(void) { @@ -134,6 +135,7 @@ Init_version(void) rb_define_global_const("RUBY_ENGINE", ruby_engine_name = MKSTR(engine)); } void ruby_show_version(void) { @@ -141,6 +143,9 @@ ruby_show_version(void) fflush(stdout); } void ruby_show_copyright(void) { |