Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby32/include/ruby
File: backward.h
#ifndef RUBY_RUBY_BACKWARD_H /*-*-C++-*-vi:se ft=cpp:*/
[0] Fix | Delete
#define RUBY_RUBY_BACKWARD_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
#include "ruby/internal/value.h"
[9] Fix | Delete
#include "ruby/internal/interpreter.h"
[10] Fix | Delete
#include "ruby/backward/2/attributes.h"
[11] Fix | Delete
[12] Fix | Delete
#define RBIMPL_ATTR_DEPRECATED_SINCE(ver) RBIMPL_ATTR_DEPRECATED(("since " #ver))
[13] Fix | Delete
#define RBIMPL_ATTR_DEPRECATED_INTERNAL(ver) RBIMPL_ATTR_DEPRECATED(("since "#ver", also internal"))
[14] Fix | Delete
#define RBIMPL_ATTR_DEPRECATED_INTERNAL_ONLY() RBIMPL_ATTR_DEPRECATED(("only for internal use"))
[15] Fix | Delete
[16] Fix | Delete
RBIMPL_ATTR_DEPRECATED_INTERNAL_ONLY() void rb_clear_constant_cache(void);
[17] Fix | Delete
[18] Fix | Delete
/* from version.c */
[19] Fix | Delete
#if defined(RUBY_SHOW_COPYRIGHT_TO_DIE) && !!(RUBY_SHOW_COPYRIGHT_TO_DIE+0)
[20] Fix | Delete
# error RUBY_SHOW_COPYRIGHT_TO_DIE is deprecated
[21] Fix | Delete
#endif
[22] Fix | Delete
[23] Fix | Delete
#endif /* RUBY_RUBY_BACKWARD_H */
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function