summaryrefslogtreecommitdiff
path: root/trunk/include/ruby/mvm.h
blob: 24b8cb3fb4d75c6bd35c858aeab595547a8d234a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**********************************************************************

  ruby/mvm.h -

  $Author$
  created at: Sat May 31 15:17:36 2008

  Copyright (C) 2008 Yukihiro Matsumoto

**********************************************************************/

#ifndef RUBY_MVM_H
#define RUBY_MVM_H 1

typedef struct rb_vm_struct rb_vm_t;
typedef struct rb_thread_struct rb_thread_t;

VALUE *ruby_vm_verbose_ptr(rb_vm_t *);
VALUE *ruby_vm_debug_ptr(rb_vm_t *);

#endif /* RUBY_MVM_H */