diff options
Diffstat (limited to 'internal/re.h')
-rw-r--r-- | internal/re.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/re.h b/internal/re.h index b769ce30b3..f771c4e8a0 100644 --- a/internal/re.h +++ b/internal/re.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_RE_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_RE_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 Regexp. */ -#ifndef INTERNAL_RE_H -#define INTERNAL_RE_H #include "ruby/3/stdbool.h" /* for bool */ #include "ruby/ruby.h" /* for VALUE */ |