summaryrefslogtreecommitdiff
path: root/internal/sanitizers.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/sanitizers.h')
-rw-r--r--internal/sanitizers.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/internal/sanitizers.h b/internal/sanitizers.h
index e64a04bbe4..7ef5959916 100644
--- a/internal/sanitizers.h
+++ b/internal/sanitizers.h
@@ -1,15 +1,15 @@
-#ifndef INTERNAL_SANITIZERS_H /* -*- C -*- */
-#define INTERNAL_SANITIZERS_H
-/**
+/** \noop-*-C-*-vi:ft=c
* @file
- * @brief Internal header for ASAN / MSAN / etc.
- * @author \@shyouhei
+ * @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
* modify this file, provided that the conditions mentioned in the
* file COPYING are met. Consult the file for details.
+ * @brief Internal header for ASAN / MSAN / etc.
*/
-#include "ruby/config.h"
+#ifndef INTERNAL_SANITIZERS_H
+#define INTERNAL_SANITIZERS_H
+#include "ruby/3/config.h"
#include "internal/compilers.h" /* for __has_feature */
#ifdef HAVE_VALGRIND_MEMCHECK_H
@@ -26,7 +26,7 @@
# endif
#endif
-#include "internal/stdbool.h" /* for bool */
+#include "ruby/3/stdbool.h" /* for bool */
#include "ruby/ruby.h" /* for VALUE */
#if 0