summaryrefslogtreecommitdiff
path: root/internal/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/variable.h')
-rw-r--r--internal/variable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/variable.h b/internal/variable.h
index fb0b4a47e8..a3b8f7963d 100644
--- a/internal/variable.h
+++ b/internal/variable.h
@@ -1,4 +1,6 @@
-/** \noop-*-C-*-vi:ft=c
+#ifndef INTERNAL_VARIABLE_H /*-*-C-*-vi:se ft=c:*/
+#define INTERNAL_VARIABLE_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 variables.
*/
-#ifndef INTERNAL_VARIABLE_H
-#define INTERNAL_VARIABLE_H
#include "ruby/3/config.h"
#include <stddef.h> /* for size_t */
#include "constant.h" /* for rb_const_entry_t */