Restore HAVE_RB_IO_T macro for compatibility with kgio, unicorn, etc. (#8286)

This commit is contained in:
Samuel Williams 2023-08-29 00:50:05 +12:00 committed by GitHub
parent 9b87518ea0
commit caf48487ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-08-28 12:50:28 +00:00
Merged-By: nurse <naruse@airemix.jp>

View File

@ -138,6 +138,7 @@ struct rb_io_encoding {
};
#ifndef HAVE_RB_IO_T
#define HAVE_RB_IO_T 1
/** Ruby's IO, metadata and buffers. */
struct rb_io {
/** The IO's Ruby level counterpart. */