summaryrefslogtreecommitdiff
path: root/internal/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/enum.h')
-rw-r--r--internal/enum.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/enum.h b/internal/enum.h
index e4e710bad0..282464436f 100644
--- a/internal/enum.h
+++ b/internal/enum.h
@@ -1,14 +1,14 @@
-#ifndef INTERNAL_ENUM_H /* -*- C -*- */
+#ifndef INTERNAL_ENUM_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_ENUM_H
/**
- * @file
- * @brief Internal header for Enumerable.
- * @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 Enumerable.
*/
+#include "ruby/ruby.h" /* for VALUE */
/* enum.c */
extern VALUE rb_cArithSeq;