diff options
Diffstat (limited to 'internal/loadpath.h')
| -rw-r--r-- | internal/loadpath.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/internal/loadpath.h b/internal/loadpath.h index b975d4992d..b3a85e7b41 100644 --- a/internal/loadpath.h +++ b/internal/loadpath.h @@ -1,5 +1,6 @@ -/** \noop-*-C-*-vi:ft=c - * @file +#ifndef INTERNAL_LOADPATH_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_LOADPATH_H +/** * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or @@ -7,8 +8,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[]; |
