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/variable.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'internal/variable.h') diff --git a/internal/variable.h b/internal/variable.h index 941da2ae08..fb0b4a47e8 100644 --- a/internal/variable.h +++ b/internal/variable.h @@ -1,18 +1,18 @@ -#ifndef INTERNAL_VARIABLE_H /* -*- C -*- */ -#define INTERNAL_VARIABLE_H -/** +/** \noop-*-C-*-vi:ft=c * @file - * @brief Internal header for variables. - * @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 Internal header for variables. */ -#include "ruby/config.h" +#ifndef INTERNAL_VARIABLE_H +#define INTERNAL_VARIABLE_H +#include "ruby/3/config.h" #include /* for size_t */ #include "constant.h" /* for rb_const_entry_t */ -#include "internal/stdbool.h" /* for bool */ +#include "ruby/3/stdbool.h" /* for bool */ #include "ruby/ruby.h" /* for VALUE */ /* global variable */ -- cgit v1.2.3