summaryrefslogtreecommitdiff
path: root/trunk/include/ruby/backward/st.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/include/ruby/backward/st.h')
-rw-r--r--trunk/include/ruby/backward/st.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/include/ruby/backward/st.h b/trunk/include/ruby/backward/st.h
new file mode 100644
index 0000000000..514128e616
--- /dev/null
+++ b/trunk/include/ruby/backward/st.h
@@ -0,0 +1,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"