diff options
Diffstat (limited to 'include/ruby/3/symbol.h')
-rw-r--r-- | include/ruby/3/symbol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ruby/3/symbol.h b/include/ruby/3/symbol.h index dc77cb2bc6..2d890901c4 100644 --- a/include/ruby/3/symbol.h +++ b/include/ruby/3/symbol.h @@ -1,4 +1,6 @@ -/** \noop-*-C++-*-vi:ft=cpp +#ifndef RUBY3_SYMBOL_H /*-*-C++-*-vi:se ft=cpp:*/ +#define RUBY3_SYMBOL_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 Defines #rb_intern */ -#ifndef RUBY3_SYMBOL_H -#define RUBY3_SYMBOL_H #include "ruby/3/config.h" #ifdef HAVE_STDDEF_H |