aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/backward/rubyio.h
blob: a6e3a7c78bb2a4759f7bde76e6245d3aaf14c019 (plain)
1
2
3
4
5
6
#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"