summaryrefslogtreecommitdiff
path: root/internal/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/class.h')
-rw-r--r--internal/class.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/class.h b/internal/class.h
index 67ea6e2a83..f5df0a6a70 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -1,18 +1,18 @@
-#ifndef INTERNAL_CLASS_H /* -*- C -*- */
-#define INTERNAL_CLASS_H
-/**
+/** \noop-*-C-*-vi:ft=c
* @file
- * @brief Internal header for Class.
- * @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 Class.
*/
+#ifndef INTERNAL_CLASS_H
+#define INTERNAL_CLASS_H
#include "id_table.h" /* for struct rb_id_table */
#include "internal/gc.h" /* for RB_OBJ_WRITE */
#include "internal/serial.h" /* for rb_serial_t */
-#include "internal/stdbool.h" /* for bool */
+#include "ruby/3/stdbool.h" /* for bool */
#include "ruby/intern.h" /* for rb_alloc_func_t */
#include "ruby/ruby.h" /* for struct RBasic */