Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby32/include/ruby
File: subst.h
#ifndef RUBY_SUBST_H /*-*-C++-*-vi:se ft=cpp:*/
[0] Fix | Delete
#define RUBY_SUBST_H 1
[1] Fix | Delete
/**
[2] Fix | Delete
* @author Ruby developers <ruby-core@ruby-lang.org>
[3] Fix | Delete
* @copyright This file is a part of the programming language Ruby.
[4] Fix | Delete
* Permission is hereby granted, to either redistribute and/or
[5] Fix | Delete
* modify this file, provided that the conditions mentioned in the
[6] Fix | Delete
* file COPYING are met. Consult the file for details.
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
#undef snprintf
[10] Fix | Delete
#undef vsnprintf
[11] Fix | Delete
#define snprintf ruby_snprintf
[12] Fix | Delete
#define vsnprintf ruby_vsnprintf
[13] Fix | Delete
[14] Fix | Delete
#ifdef BROKEN_CLOSE
[15] Fix | Delete
#undef getpeername
[16] Fix | Delete
#define getpeername ruby_getpeername
[17] Fix | Delete
#undef getsockname
[18] Fix | Delete
#define getsockname ruby_getsockname
[19] Fix | Delete
#undef shutdown
[20] Fix | Delete
#define shutdown ruby_shutdown
[21] Fix | Delete
#undef close
[22] Fix | Delete
#define close ruby_close
[23] Fix | Delete
#endif
[24] Fix | Delete
#endif
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function