* load.c: removed unused header file "node.h".
* method.h: ditto. * symbol.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fea779829b
commit
146a259568
@ -1,3 +1,11 @@
|
|||||||
|
Thu Mar 12 08:20:14 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* load.c: removed unused header file "node.h".
|
||||||
|
|
||||||
|
* method.h: ditto.
|
||||||
|
|
||||||
|
* symbol.c: ditto.
|
||||||
|
|
||||||
Thu Mar 12 08:14:48 2015 Koichi Sasada <ko1@atdot.net>
|
Thu Mar 12 08:14:48 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* gc.c: RGENGC_CHECK_MODE should be 0.
|
* gc.c: RGENGC_CHECK_MODE should be 0.
|
||||||
|
1
load.c
1
load.c
@ -7,7 +7,6 @@
|
|||||||
#include "dln.h"
|
#include "dln.h"
|
||||||
#include "eval_intern.h"
|
#include "eval_intern.h"
|
||||||
#include "probes.h"
|
#include "probes.h"
|
||||||
#include "node.h"
|
|
||||||
|
|
||||||
VALUE ruby_dln_librefs;
|
VALUE ruby_dln_librefs;
|
||||||
|
|
||||||
|
1
method.h
1
method.h
@ -12,7 +12,6 @@
|
|||||||
#define METHOD_H
|
#define METHOD_H
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "node.h"
|
|
||||||
|
|
||||||
#ifndef END_OF_ENUMERATION
|
#ifndef END_OF_ENUMERATION
|
||||||
# if defined(__GNUC__) &&! defined(__STRICT_ANSI__)
|
# if defined(__GNUC__) &&! defined(__STRICT_ANSI__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user