summaryrefslogtreecommitdiff
path: root/insnhelper.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-06 11:36:30 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-06 11:36:30 +0000
commitae421c43dfda6e9a1e9af1edaa649a3de17ff07a (patch)
tree7f12a2d3d92ec0e7744f7104ed545b5f6fbb3a7e /insnhelper.h
parent7e2b837a3939b0c7473728c12579dd8930c3cfaf (diff)
* insnhelper.ci, insns.def: move some statements to functions.
* vm.c, vm.h, vm_evalbody.ci: fix include/typedef places. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insnhelper.h')
-rw-r--r--insnhelper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/insnhelper.h b/insnhelper.h
index f8439f7725..59536b2e7a 100644
--- a/insnhelper.h
+++ b/insnhelper.h
@@ -14,6 +14,9 @@
#define _INSNHELPER_H_INCLUDED_
#include "ruby/ruby.h"
+#include "ruby/node.h"
+#include "eval_intern.h"
+#include "vm_core.h"
#include "vm.h"
/**********************************************************/