summaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 19:52:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 19:52:31 +0000
commit54fe7082dc711061cce8884bfd3656d13827d472 (patch)
treec56bf2b27bef79b269b2e4879cb7df901aaa6f63 /vm_core.h
parent7d820c2ff0b30587562a640ea7dc584ba57bc2c2 (diff)
downloadruby-54fe7082dc711061cce8884bfd3656d13827d472.tar.gz
ruby-54fe7082dc711061cce8884bfd3656d13827d472.tar.xz
ruby-54fe7082dc711061cce8884bfd3656d13827d472.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 7d1543342..beb9ac407 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -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"