Skip to content

Commit 2e311f6

Browse files
committed
* include/ruby/node.h, node.h: move node.h from include path.
This change stop to install node.h beacuase of saving ABI (node.h will be changed. Extensions should not depends on this file). * blockinlining.c, class.c, compile.c, debug.h, enum.c, gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c, vm.c, vm_core.h, vm_dump.c: ditto. * ext/ripper/depend: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 57c4acf commit 2e311f6

File tree

17 files changed

+20
-15
lines changed

17 files changed

+20
-15
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Wed Sep 24 04:45:35 2008 Koichi Sasada <ko1@atdot.net>
2+
3+
* include/ruby/node.h, node.h: move node.h from include path.
4+
This change stop to install node.h beacuase of saving ABI
5+
(node.h will be changed. Extensions should not depends on
6+
this file).
7+
8+
* blockinlining.c, class.c, compile.c, debug.h, enum.c,
9+
gc.c, iseq.c, parse.y, ruby.c, signal.c, variable.c,
10+
vm.c, vm_core.h, vm_dump.c: ditto.
11+
12+
* ext/ripper/depend: ditto.
13+
114
Wed Sep 24 04:09:13 2008 Koichi Sasada <ko1@atdot.net>
215

316
* vm_core.h: remove unused frame values.

blockinlining.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
**********************************************************************/
1010

1111
#include "ruby/ruby.h"
12-
#include "ruby/node.h"
1312
#include "vm_core.h"
1413

1514
static VALUE

class.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
**********************************************************************/
1111

1212
#include "ruby/ruby.h"
13-
#include "ruby/node.h"
1413
#include "ruby/st.h"
14+
#include "node.h"
1515
#include <ctype.h>
1616

1717
extern st_table *rb_class_tbl;

compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
**********************************************************************/
1111

1212
#include "ruby/ruby.h"
13-
#include "ruby/node.h"
1413

1514
#define USE_INSN_STACK_INCREASE 1
1615
#include "vm_core.h"

debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define RUBY_DEBUG_H
1414

1515
#include "ruby/ruby.h"
16-
#include "ruby/node.h"
16+
#include "node.h"
1717

1818
#define dpv(h,v) ruby_debug_print_value(-1, 0, h, v)
1919
#define dp(v) ruby_debug_print_value(-1, 0, "", v)

enum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
**********************************************************************/
1111

1212
#include "ruby/ruby.h"
13-
#include "ruby/node.h"
1413
#include "ruby/util.h"
14+
#include "node.h"
1515

1616
VALUE rb_mEnumerable;
1717
static ID id_each, id_eqq, id_cmp, id_next, id_size;

ext/ripper/depend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c \
99
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
1010
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
1111
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
12-
$(hdrdir)/node.h $(hdrdir)/oniguruma.h \
12+
$(hdrdir)/../node.h $(hdrdir)/oniguruma.h \
1313
$(hdrdir)/regex.h $(hdrdir)/st.h $(hdrdir)/util.h
1414

1515
.y.c:

gc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
#include "ruby/ruby.h"
1515
#include "ruby/st.h"
16-
#include "ruby/node.h"
1716
#include "ruby/re.h"
1817
#include "ruby/io.h"
1918
#include "ruby/util.h"

iseq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
**********************************************************************/
1111

1212
#include "ruby/ruby.h"
13-
#include "ruby/node.h"
1413

1514
/* #define MARK_FREE_DEBUG 1 */
1615
#include "gc.h"
File renamed without changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy