diff options
Diffstat (limited to 'internal/loadpath.h')
-rw-r--r-- | internal/loadpath.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/loadpath.h b/internal/loadpath.h index b975d4992d..f89f6694cd 100644 --- a/internal/loadpath.h +++ b/internal/loadpath.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_LOADPATH_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_LOADPATH_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 $LOAD_PATH. */ -#ifndef INTERNAL_LOADPATH_H -#define INTERNAL_LOADPATH_H /* loadpath.c */ extern const char ruby_exec_prefix[]; |