summaryrefslogtreecommitdiff
path: root/internal/imemo.h
diff options
context:
space:
mode:
-rw-r--r--internal/imemo.h6
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,6 @@
-/** \noop-*-C-*-vi:ft=c
* @file
* @author Ruby developers <[email protected]>
* @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 IMEMO: Internal memo object.
*/
-#ifndef INTERNAL_IMEMO_H
-#define INTERNAL_IMEMO_H
#include "ruby/3/config.h"
#include <stddef.h> /* for size_t */
#include "internal/array.h" /* for rb_ary_tmp_new_fill */