summaryrefslogtreecommitdiff
path: root/internal/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/time.h')
-rw-r--r--internal/time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/time.h b/internal/time.h
index 3566dfe564..d7dc34e3dd 100644
--- a/internal/time.h
+++ b/internal/time.h
@@ -1,4 +1,6 @@
-/** \noop-*-C-*-vi:ft=c
+#ifndef INTERNAL_TIME_H /*-*-C-*-vi:se ft=c:*/
+#define INTERNAL_TIME_H
+/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @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 Time.
*/
-#ifndef INTERNAL_TIME_H
-#define INTERNAL_TIME_H
#include "ruby/3/config.h" /* for SIGNEDNESS_OF_TIME_T */
#include "internal/bits.h" /* for SIGNED_INTEGER_MAX */
#include "ruby/ruby.h" /* for VALUE */