From ae421c43dfda6e9a1e9af1edaa649a3de17ff07a Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 6 Aug 2007 11:36:30 +0000 Subject: * 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 --- vm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm.h') diff --git a/vm.h b/vm.h index c496e59df3..0104203892 100644 --- a/vm.h +++ b/vm.h @@ -18,6 +18,7 @@ typedef unsigned long rb_num_t; typedef unsigned long lindex_t; typedef unsigned long dindex_t; typedef rb_num_t GENTRY; +typedef rb_iseq_t *ISEQ; extern VALUE rb_cEnv; extern VALUE ruby_vm_global_state_version; -- cgit v1.2.3