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:
parent
18684d9f7c
commit
07a88b713d
4 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
6
include/ruby/backward/rubyio.h
Normal file
6
include/ruby/backward/rubyio.h
Normal 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"
|
|
@ -1 +0,0 @@
|
|||
#include "ruby/io.h"
|
Loading…
Reference in a new issue