Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby32/include/ruby
File: intern.h
#ifndef RUBY_INTERN_H /*-*-C++-*-vi:se ft=cpp:*/
[0] Fix | Delete
#define RUBY_INTERN_H 1
[1] Fix | Delete
/**
[2] Fix | Delete
* @file
[3] Fix | Delete
* @author $Author$
[4] Fix | Delete
* @date Thu Jun 10 14:22:17 JST 1993
[5] Fix | Delete
* @copyright Copyright (C) 1993-2007 Yukihiro Matsumoto
[6] Fix | Delete
* @copyright Copyright (C) 2000 Network Applied Communication Laboratory, Inc.
[7] Fix | Delete
* @copyright Copyright (C) 2000 Information-technology Promotion Agency, Japan
[8] Fix | Delete
* @copyright This file is a part of the programming language Ruby.
[9] Fix | Delete
* Permission is hereby granted, to either redistribute and/or
[10] Fix | Delete
* modify this file, provided that the conditions mentioned in the
[11] Fix | Delete
* file COPYING are met. Consult the file for details.
[12] Fix | Delete
*/
[13] Fix | Delete
#include "ruby/internal/config.h"
[14] Fix | Delete
#include "ruby/defines.h"
[15] Fix | Delete
[16] Fix | Delete
#include <stdarg.h>
[17] Fix | Delete
[18] Fix | Delete
#include "ruby/st.h"
[19] Fix | Delete
[20] Fix | Delete
/*
[21] Fix | Delete
* Functions and variables that are used by more than one source file of
[22] Fix | Delete
* the kernel.
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
#include "ruby/internal/intern/array.h"
[26] Fix | Delete
#include "ruby/internal/intern/bignum.h"
[27] Fix | Delete
#include "ruby/internal/intern/class.h"
[28] Fix | Delete
#include "ruby/internal/intern/compar.h"
[29] Fix | Delete
#include "ruby/internal/intern/complex.h"
[30] Fix | Delete
#include "ruby/internal/intern/cont.h"
[31] Fix | Delete
#include "ruby/internal/intern/dir.h"
[32] Fix | Delete
#include "ruby/internal/intern/enum.h"
[33] Fix | Delete
#include "ruby/internal/intern/enumerator.h"
[34] Fix | Delete
#include "ruby/internal/intern/error.h"
[35] Fix | Delete
#include "ruby/internal/intern/eval.h"
[36] Fix | Delete
#include "ruby/internal/intern/file.h"
[37] Fix | Delete
#include "ruby/internal/intern/gc.h"
[38] Fix | Delete
#include "ruby/internal/intern/hash.h"
[39] Fix | Delete
#include "ruby/internal/intern/io.h"
[40] Fix | Delete
#include "ruby/internal/intern/load.h"
[41] Fix | Delete
#include "ruby/internal/intern/marshal.h"
[42] Fix | Delete
#include "ruby/internal/intern/numeric.h"
[43] Fix | Delete
#include "ruby/internal/intern/object.h"
[44] Fix | Delete
#include "ruby/internal/intern/parse.h"
[45] Fix | Delete
#include "ruby/internal/intern/proc.h"
[46] Fix | Delete
#include "ruby/internal/intern/process.h"
[47] Fix | Delete
#include "ruby/internal/intern/random.h"
[48] Fix | Delete
#include "ruby/internal/intern/range.h"
[49] Fix | Delete
#include "ruby/internal/intern/rational.h"
[50] Fix | Delete
#include "ruby/internal/intern/re.h"
[51] Fix | Delete
#include "ruby/internal/intern/ruby.h"
[52] Fix | Delete
#include "ruby/internal/intern/select.h"
[53] Fix | Delete
#include "ruby/internal/intern/signal.h"
[54] Fix | Delete
#include "ruby/internal/intern/sprintf.h"
[55] Fix | Delete
#include "ruby/internal/intern/string.h"
[56] Fix | Delete
#include "ruby/internal/intern/struct.h"
[57] Fix | Delete
#include "ruby/internal/intern/thread.h"
[58] Fix | Delete
#include "ruby/internal/intern/time.h"
[59] Fix | Delete
#include "ruby/internal/intern/variable.h"
[60] Fix | Delete
#include "ruby/internal/intern/vm.h"
[61] Fix | Delete
[62] Fix | Delete
#endif /* RUBY_INTERN_H */
[63] Fix | Delete
[64] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function