summaryrefslogtreecommitdiff
path: root/internal/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/util.h')
-rw-r--r--internal/util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/util.h b/internal/util.h
index ba35c789a2..fdb3f3020a 100644
--- a/internal/util.h
+++ b/internal/util.h
@@ -1,4 +1,6 @@
-/** \noop-*-C-*-vi:ft=c
+#ifndef INTERNAL_UTIL_H /*-*-C-*-vi:se ft=c:*/
+#define INTERNAL_UTIL_H
+/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
@@ -8,8 +10,6 @@
* @brief Internal header corresponding util.c.
* @warning DO NOT ADD RANDOM GARBAGE HERE THIS FILE IS FOR util.c
*/
-#ifndef INTERNAL_UTIL_H /* -*- C -*- */
-#define INTERNAL_UTIL_H
#include "ruby/3/config.h"
#include <stddef.h> /* for size_t */