Restore HAVE_RB_IO_T
macro for compatibility with kgio
, unicorn
, etc. (#8286)
This commit is contained in:
parent
9b87518ea0
commit
caf48487ca
Notes:
git
2023-08-28 12:50:28 +00:00
Merged-By: nurse <naruse@airemix.jp>
@ -138,6 +138,7 @@ struct rb_io_encoding {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifndef HAVE_RB_IO_T
|
#ifndef HAVE_RB_IO_T
|
||||||
|
#define HAVE_RB_IO_T 1
|
||||||
/** Ruby's IO, metadata and buffers. */
|
/** Ruby's IO, metadata and buffers. */
|
||||||
struct rb_io {
|
struct rb_io {
|
||||||
/** The IO's Ruby level counterpart. */
|
/** The IO's Ruby level counterpart. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user