summaryrefslogtreecommitdiff
path: root/include/ruby/vm.h
blob: cac13b51cbfe079c836b69bc60918cddfd78b658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**********************************************************************

  ruby/vm.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;

#endif /* RUBY_MVM_H */