mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
217 B
C
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"
|