diff options
Diffstat (limited to 'internal/rational.h')
-rw-r--r-- | internal/rational.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rational.h b/internal/rational.h index 1e64b4a799..8006470df7 100644 --- a/internal/rational.h +++ b/internal/rational.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_RATIONAL_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_RATIONAL_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 Rational. */ -#ifndef INTERNAL_RATIONAL_H -#define INTERNAL_RATIONAL_H #include "ruby/3/config.h" /* for HAVE_LIBGMP */ #include "ruby/ruby.h" /* for struct RBasic */ #include "internal/gc.h" /* for RB_OBJ_WRITE */ |