diff options
-rw-r--r-- | include/ruby/3/interpreter.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,6 @@ -/** \noop-*-C++-*-vi:ft=cpp * @file * @author Ruby developers <[email protected]> * @copyright This file is a part of the programming language Ruby. @@ -18,8 +20,6 @@ * extension libraries. They could be written in C++98. * @brief Interpreter embedding APIs. */ -#ifndef RUBY3_INTERPRETER_H -#define RUBY3_INTERPRETER_H #include "ruby/3/attr/noreturn.h" #include "ruby/3/dllexport.h" #include "ruby/3/value.h" @@ -54,7 +54,6 @@ void ruby_show_version(void); void ruby_show_copyright(void); #endif - /*! A convenience macro to call ruby_init_stack(). Must be placed just after * variable declarations */ #define RUBY_INIT_STACK \ |