diff options
Diffstat (limited to 'internal/symbol.h')
-rw-r--r-- | internal/symbol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/symbol.h b/internal/symbol.h index 8a354ffbab..691df66228 100644 --- a/internal/symbol.h +++ b/internal/symbol.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_SYMBOL_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_SYMBOL_H +/** * @file * @author Ruby developers <[email protected]> * @copyright This file is a part of the programming language Ruby. @@ -7,8 +9,6 @@ * file COPYING are met. Consult the file for details. * @brief Internal header for Symbol. */ -#ifndef INTERNAL_SYMBOL_H -#define INTERNAL_SYMBOL_H #include "ruby/ruby.h" /* for VALUE */ #include "ruby/encoding.h" /* for rb_encoding */ #include "internal/compilers.h" /* for __has_builtin */ |