mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
5ac4bf2cd8
commit
9e6e39c351
Notes:
git
2020-04-08 13:28:42 +09:00
Merged-By: shyouhei <shyouhei@ruby-lang.org>
383 changed files with 60184 additions and 5439 deletions
|
@ -1,7 +1,5 @@
|
|||
#ifndef RUBY_BACKWARD_CXXANYARGS_HPP // -*- C++ -*-
|
||||
#define RUBY_BACKWARD_CXXANYARGS_HPP
|
||||
/// \noop-*-C++-*-vi:ft=cpp
|
||||
/// @file
|
||||
/// @brief Provides old prototypes for C++ programs.
|
||||
/// @author \@shyouhei
|
||||
/// @copyright This file is a part of the programming language Ruby.
|
||||
/// Permission is hereby granted, to either redistribute and/or
|
||||
|
@ -10,6 +8,23 @@
|
|||
/// @note DO NOT MODERNIZE THIS FILE! As the file name implies it is
|
||||
/// meant to be a backwards compatibility shim. Please stick to
|
||||
/// C++ 98 and never use newer features, like `constexpr`.
|
||||
/// @brief Provides old prototypes for C++ programs.
|
||||
#ifndef RUBY_BACKWARD_CXXANYARGS_HPP
|
||||
#define RUBY_BACKWARD_CXXANYARGS_HPP
|
||||
#include "ruby/3/config.h"
|
||||
#include "ruby/3/intern/class.h"
|
||||
#include "ruby/3/intern/cont.h"
|
||||
#include "ruby/3/intern/hash.h"
|
||||
#include "ruby/3/intern/proc.h"
|
||||
#include "ruby/3/intern/thread.h"
|
||||
#include "ruby/3/intern/variable.h"
|
||||
#include "ruby/3/intern/vm.h"
|
||||
#include "ruby/3/iterator.h"
|
||||
#include "ruby/3/method.h"
|
||||
#include "ruby/3/value.h"
|
||||
#include "ruby/3/variable.h"
|
||||
#include "ruby/backward/2/stdarg.h"
|
||||
#include "ruby/st.h"
|
||||
|
||||
extern "C++" {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue