PATH:
opt
/
alt
/
ruby24
/
include
/
ruby-2.4.0
/
ruby
#ifndef RUBY_RUBY_BACKWARD_H #define RUBY_RUBY_BACKWARD_H 1 #ifndef RUBY_SHOW_COPYRIGHT_TO_DIE # define RUBY_SHOW_COPYRIGHT_TO_DIE 1 #endif #if RUBY_SHOW_COPYRIGHT_TO_DIE /* for source code backward compatibility */ DEPRECATED(static inline int ruby_show_copyright_to_die(int)); static inline int ruby_show_copyright_to_die(int exitcode) { ruby_show_copyright(); return exitcode; } #define ruby_show_copyright() /* defer EXIT_SUCCESS */ \ (exit(ruby_show_copyright_to_die(EXIT_SUCCESS))) #endif #endif /* RUBY_RUBY_BACKWARD_H */
[-] version.h
[edit]
[-] thread_native.h
[edit]
[-] digest.h
[edit]
[-] st.h
[edit]
[-] io.h
[edit]
[-] thread.h
[edit]
[-] debug.h
[edit]
[-] missing.h
[edit]
[-] ruby.h
[edit]
[+]
backward
[-] onigmo.h
[edit]
[-] util.h
[edit]
[-] regex.h
[edit]
[-] subst.h
[edit]
[-] intern.h
[edit]
[-] oniguruma.h
[edit]
[-] vm.h
[edit]
[-] backward.h
[edit]
[+]
..
[-] defines.h
[edit]
[-] encoding.h
[edit]
[-] re.h
[edit]