summaryrefslogtreecommitdiff
path: root/spec/rubyspec/optional/capi/ext/jruby.h
blob: 00a9789f14f662ac82964a0e70ce79aec59a1742 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef RUBYSPEC_CAPI_JRUBY_H
#define RUBYSPEC_CAPI_JRUBY_H

/* #undef any HAVE_ defines that JRuby does not have. */
#undef HAVE_RB_DEFINE_HOOKED_VARIABLE
#undef HAVE_RB_DEFINE_VARIABLE

#undef HAVE_RB_EXEC_RECURSIVE

#endif