diff options
Diffstat (limited to 'internal/enum.h')
-rw-r--r-- | internal/enum.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/enum.h b/internal/enum.h index d14a7b367a..50890f0c9f 100644 --- a/internal/enum.h +++ b/internal/enum.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_ENUM_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_ENUM_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 Enumerable. */ -#ifndef INTERNAL_ENUM_H -#define INTERNAL_ENUM_H #include "ruby/ruby.h" /* for VALUE */ /* enum.c */ |