[前][次][番号順一覧][スレッド一覧]

ruby-changes:62714

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Thu, 27 Aug 2020 14:27:35 +0900 (JST)
Subject: [ruby-changes:62714] 5ae2c1b093 (master): git rm include/ruby/backward/rubyio.h

https://git.ruby-lang.org/ruby.git/commit/?id=5ae2c1b093

From 5ae2c1b093cbd2b9f72cb5caba19283a8222b298 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
Date: Wed, 22 Jul 2020 13:15:36 +0900
Subject: git rm include/ruby/backward/rubyio.h


diff --git a/include/ruby/backward/rubyio.h b/include/ruby/backward/rubyio.h
deleted file mode 100644
index 433f425..0000000
--- a/include/ruby/backward/rubyio.h
+++ /dev/null
@@ -1,18 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0
-#ifndef RUBY_BACKWARD_RUBYIO_H                       /*-*-C++-*-vi:se ft=cpp:*/
-#define RUBY_BACKWARD_RUBYIO_H
-/**
- * @file
- * @author     Ruby developers <ruby-core@r...>
- * @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.
- */
-#if   defined __GNUC__
-#warning use "ruby/io.h" instead of "rubyio.h"
-#elif defined _MSC_VER
-#pragma message("warning: use \"ruby/io.h\" instead of \"rubyio.h\"")
-#endif
-#include "ruby/io.h"
-
-#endif /* RUBY_BACKWARD_RUBYIO_H */
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]