Files
ruby-windows-scripts/ruby/include/ruby-2.1.0/ruby/backward/st.h
2015-02-17 20:53:15 -05:00

7 lines
217 B
C

#if defined __GNUC__
#warning use "ruby/st.h" instead of bare "st.h"
#elif defined _MSC_VER || defined __BORLANDC__
#pragma message("warning: use \"ruby/st.h\" instead of bare \"st.h\"")
#endif
#include "ruby/st.h"