diff options
-rw-r--r-- | include/ruby/vm.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,6 +19,10 @@ extern "C" { #endif #endif /* Place holder. * * We will prepare VM creation/control APIs on 1.9.2 or later. @@ -32,6 +36,10 @@ typedef struct rb_vm_struct ruby_vm_t; /* core API */ int ruby_vm_destruct(ruby_vm_t *vm); #if defined(__cplusplus) #if 0 { /* satisfy cc-mode */ |