summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
-rw-r--r--internal.h15
1 files changed, 3 insertions, 12 deletions
@@ -12,13 +12,10 @@
#ifndef RUBY_INTERNAL_H
#define RUBY_INTERNAL_H 1
-#include "ruby.h"
-#if defined(__cplusplus)
-extern "C" {
-#if 0
-} /* satisfy cc-mode */
-#endif
#endif
#include "ruby/encoding.h"
@@ -87,10 +84,4 @@ extern "C" {
#include "internal/inits.h"
#include "internal/warnings.h"
-#if defined(__cplusplus)
-#if 0
-{ /* satisfy cc-mode */
-#endif
-} /* extern "C" { */
-#endif
#endif /* RUBY_INTERNAL_H */