diff options
Diffstat (limited to 'internal/symbol.h')
-rw-r--r-- | internal/symbol.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/symbol.h b/internal/symbol.h index 8de6903ae2..8a354ffbab 100644 --- a/internal/symbol.h +++ b/internal/symbol.h @@ -1,14 +1,14 @@ -#ifndef INTERNAL_SYMBOL_H /* -*- C -*- */ -#define INTERNAL_SYMBOL_H -/** +/** \noop-*-C-*-vi:ft=c * @file - * @brief Internal header for Symbol. - * @author \@shyouhei + * @author Ruby developers <[email protected]> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * 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 */ |