summaryrefslogtreecommitdiff
path: root/internal/transcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/transcode.h')
-rw-r--r--internal/transcode.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/transcode.h b/internal/transcode.h
index 8dfd1a68ad..5f0a7845b7 100644
--- a/internal/transcode.h
+++ b/internal/transcode.h
@@ -1,15 +1,15 @@
-#ifndef INTERNAL_TRANSCODE_H /* -*- C -*- */
-#define INTERNAL_TRANSCODE_H
-/**
+/** \noop-*-C-*-vi:ft=c
* @file
- * @brief Internal header for Encoding::Converter.
- * @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 Encoding::Converter.
*/
-#include "ruby/config.h"
+#ifndef INTERNAL_TRANSCODE_H
+#define INTERNAL_TRANSCODE_H
+#include "ruby/3/config.h"
#include <stddef.h> /* for size_t */
#include "ruby/ruby.h" /* for VALUE */
#include "ruby/encoding.h" /* for rb_econv_t */