diff options
Diffstat (limited to 'include/ruby/3/config.h')
-rw-r--r-- | include/ruby/3/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/3/config.h b/include/ruby/3/config.h index 12489c7c16..158e8635cb 100644 --- a/include/ruby/3/config.h +++ b/include/ruby/3/config.h @@ -1,4 +1,6 @@ -/** \noop-*-C++-*-vi:ft=cpp +#ifndef RUBY3_CONFIG_H /*-*-C++-*-vi:se ft=cpp:*/ +#define RUBY3_CONFIG_H +/** * @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 Thin wrapper to ruby/config.h */ -#ifndef RUBY3_CONFIG_H -#define RUBY3_CONFIG_H #include "ruby/config.h" #ifdef RUBY_EXTCONF_H |