From 9e6e39c3512f7a962c44dc3729c98a0f8be90341 Mon Sep 17 00:00:00 2001 From: 卜部昌平 Date: Wed, 8 Apr 2020 13:28:13 +0900 Subject: Merge pull request #2991 from shyouhei/ruby.h Split ruby.h --- internal/imemo.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'internal/imemo.h') diff --git a/internal/imemo.h b/internal/imemo.h index f09a195e7b..3475606e90 100644 --- a/internal/imemo.h +++ b/internal/imemo.h @@ -1,19 +1,19 @@ -#ifndef INTERNAL_IMEMO_H /* -*- C -*- */ -#define INTERNAL_IMEMO_H -/** +/** \noop-*-C-*-vi:ft=c * @file - * @brief IMEMO: Internal memo object. - * @author \@shyouhei + * @author Ruby developers * @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 IMEMO: Internal memo object. */ -#include "ruby/config.h" +#ifndef INTERNAL_IMEMO_H +#define INTERNAL_IMEMO_H +#include "ruby/3/config.h" #include /* for size_t */ #include "internal/array.h" /* for rb_ary_tmp_new_fill */ #include "internal/gc.h" /* for RB_OBJ_WRITE */ -#include "internal/stdbool.h" /* for bool */ +#include "ruby/3/stdbool.h" /* for bool */ #include "ruby/ruby.h" /* for rb_block_call_func_t */ #ifndef IMEMO_DEBUG -- cgit v1.2.3