1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2008-09-23 19:52:31 +00:00
parent 57c4acf94a
commit 2e311f6bd5
17 changed files with 20 additions and 15 deletions

View file

@ -1,3 +1,16 @@
Wed Sep 24 04:45:35 2008 Koichi Sasada <ko1@atdot.net>
* 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.
Wed Sep 24 04:09:13 2008 Koichi Sasada <ko1@atdot.net>
* vm_core.h: remove unused frame values.

View file

@ -9,7 +9,6 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "vm_core.h"
static VALUE

View file

@ -10,8 +10,8 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/st.h"
#include "node.h"
#include <ctype.h>
extern st_table *rb_class_tbl;

View file

@ -10,7 +10,6 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#define USE_INSN_STACK_INCREASE 1
#include "vm_core.h"

View file

@ -13,7 +13,7 @@
#define RUBY_DEBUG_H
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "node.h"
#define dpv(h,v) ruby_debug_print_value(-1, 0, h, v)
#define dp(v) ruby_debug_print_value(-1, 0, "", v)

2
enum.c
View file

@ -10,8 +10,8 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/util.h"
#include "node.h"
VALUE rb_mEnumerable;
static ID id_each, id_eqq, id_cmp, id_next, id_size;

View file

@ -9,7 +9,7 @@ ripper.o: ripper.c lex.c eventids1.c eventids2.c eventids2table.c \
$(hdrdir)/ruby/ruby.h $(arch_hdrdir)/ruby/config.h \
$(hdrdir)/ruby/defines.h $(hdrdir)/ruby/intern.h \
$(hdrdir)/ruby/encoding.h $(hdrdir)/missing.h \
$(hdrdir)/node.h $(hdrdir)/oniguruma.h \
$(hdrdir)/../node.h $(hdrdir)/oniguruma.h \
$(hdrdir)/regex.h $(hdrdir)/st.h $(hdrdir)/util.h
.y.c:

1
gc.c
View file

@ -13,7 +13,6 @@
#include "ruby/ruby.h"
#include "ruby/st.h"
#include "ruby/node.h"
#include "ruby/re.h"
#include "ruby/io.h"
#include "ruby/util.h"

1
iseq.c
View file

@ -10,7 +10,6 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
/* #define MARK_FREE_DEBUG 1 */
#include "gc.h"

View file

@ -16,9 +16,9 @@
#define YYSTACK_USE_ALLOCA 0
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/st.h"
#include "ruby/encoding.h"
#include "node.h"
#include "id.h"
#include "regenc.h"
#include <stdio.h>

1
ruby.c
View file

@ -20,7 +20,6 @@
#include "ruby/wince.h"
#endif
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/encoding.h"
#include "eval_intern.h"
#include "dln.h"

View file

@ -12,7 +12,6 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "vm_core.h"
#include <signal.h>
#include <stdio.h>

View file

@ -12,9 +12,9 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/st.h"
#include "ruby/util.h"
#include "node.h"
void rb_vm_change_state(void);
st_table *rb_global_tbl;

1
vm.c
View file

@ -9,7 +9,6 @@
**********************************************************************/
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/st.h"
#include "ruby/encoding.h"

View file

@ -19,8 +19,8 @@
#include "ruby/ruby.h"
#include "ruby/vm.h"
#include "ruby/st.h"
#include "ruby/node.h"
#include "node.h"
#include "debug.h"
#include "vm_opts.h"
#include "id.h"

View file

@ -10,7 +10,6 @@
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "vm_core.h"
#define MAX_POSBUF 128