1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* include/ruby{io,sig}.h: moved to include/ruby/backward.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-09-26 00:55:09 +00:00
parent 18684d9f7c
commit 07a88b713d
4 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Sep 26 09:55:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby{io,sig}.h: moved to include/ruby/backward.
Fri Sep 26 09:47:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/rubysig.h: old macros for backward compatibility.

View file

@ -0,0 +1,6 @@
#if defined __GNUC__
#warning use "ruby/io.h" instead of "rubyio.h"
#elif defined _MSC_VER || defined __BORLANDC__
#pragma message("warning: use \"ruby/io.h\" instead of \"rubyio.h\"")
#endif
#include "ruby/io.h"

View file

@ -1 +0,0 @@
#include "ruby/io.h"