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