1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby/vm.h

18 lines
356 B
C
Raw Normal View History

/**********************************************************************
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 */