diff options
Diffstat (limited to 'internal/inits.h')
-rw-r--r-- | internal/inits.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/inits.h b/internal/inits.h index e0d417455d..680c9cc1a5 100644 --- a/internal/inits.h +++ b/internal/inits.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_INITS_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_INITS_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 aggregating init functions. */ -#ifndef INTERNAL_INITS_H -#define INTERNAL_INITS_H /* class.c */ void Init_class_hierarchy(void); |