summaryrefslogtreecommitdiff
path: root/include/ruby.h
blob: cbe5aaa3bfb9fc44b95a31a8e6ac9c91dce9e913 (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: Sun 10 12:06:15 Jun JST 2007

  Copyright (C) 2007-2008 Yukihiro Matsumoto

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

#ifndef RUBY_H
#define RUBY_H 1

#include <ruby/ruby.h>
#if RUBY_VM
#include <ruby/mvm.h>
#endif

extern void ruby_set_debug_option(const char *);
#endif /* RUBY_H */