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

ruby-changes:62712

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Thu, 27 Aug 2020 14:09:31 +0900 (JST)
Subject: [ruby-changes:62712] 5ca7b6abde (master): git rm include/ruby/backward/{st, util}.h

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

From 5ca7b6abdeb7a8359c5e831c4235215b535b8e27 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:55:20 +0900
Subject: git rm include/ruby/backward/{st,util}.h


diff --git a/include/ruby/backward/st.h b/include/ruby/backward/st.h
deleted file mode 100644
index ad627e5..0000000
--- a/include/ruby/backward/st.h
+++ /dev/null
@@ -1,18 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0
-#ifndef RUBY_BACKWARD_ST_H                           /*-*-C++-*-vi:se ft=cpp:*/
-#define RUBY_BACKWARD_ST_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/st.h" instead of bare "st.h"
-#elif defined _MSC_VER
-#pragma message("warning: use \"ruby/st.h\" instead of bare \"st.h\"")
-#endif
-#include "ruby/st.h"
-
-#endif /* RUBY_BACKWARD_ST_H */
diff --git a/include/ruby/backward/util.h b/include/ruby/backward/util.h
deleted file mode 100644
index 1974fed..0000000
--- a/include/ruby/backward/util.h
+++ /dev/null
@@ -1,18 +0,0 @@ https://github.com/ruby/ruby/blob/trunk/#L0
-#ifndef RUBY_BACKWARD_UTIL_H                         /*-*-C++-*-vi:se ft=cpp:*/
-#define RUBY_BACKWARD_UTIL_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/util.h" instead of bare "util.h"
-#elif defined _MSC_VER
-#pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"")
-#endif
-#include "ruby/util.h"
-
-#endif /* RUBY_BACKWARD_UTIL_H */
-- 
cgit v0.10.2


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

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