diff options
Diffstat (limited to 'internal/sanitizers.h')
-rw-r--r-- | internal/sanitizers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/sanitizers.h b/internal/sanitizers.h index 7ef5959916..81ee7e3ea5 100644 --- a/internal/sanitizers.h +++ b/internal/sanitizers.h @@ -1,4 +1,6 @@ -/** \noop-*-C-*-vi:ft=c +#ifndef INTERNAL_SANITIZERS_H /*-*-C-*-vi:se ft=c:*/ +#define INTERNAL_SANITIZERS_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 ASAN / MSAN / etc. */ -#ifndef INTERNAL_SANITIZERS_H -#define INTERNAL_SANITIZERS_H #include "ruby/3/config.h" #include "internal/compilers.h" /* for __has_feature */ |