mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
227 B
C
7 lines
227 B
C
|
#if defined __GNUC__
|
||
|
#warning use "ruby/util.h" instead of bare "util.h"
|
||
|
#elif defined _MSC_VER || defined __BORLANDC__
|
||
|
#pragma message("warning: use \"ruby/util.h\" instead of bare \"util.h\"")
|
||
|
#endif
|
||
|
#include "ruby/util.h"
|