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