diff options
-rw-r--r-- | include/ruby/vm.h | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -12,14 +12,9 @@ #ifndef RUBY_VM_H #define RUBY_VM_H 1 -#if defined(__cplusplus) -extern "C" { -#if 0 -} /* satisfy cc-mode */ -#endif -#endif -RUBY_SYMBOL_EXPORT_BEGIN /* Place holder. * @@ -51,13 +46,6 @@ int ruby_vm_destruct(ruby_vm_t *vm); */ void ruby_vm_at_exit(void(*func)(ruby_vm_t *)); -RUBY_SYMBOL_EXPORT_END - -#if defined(__cplusplus) -#if 0 -{ /* satisfy cc-mode */ -#endif -} /* extern "C" { */ -#endif #endif /* RUBY_VM_H */ |