Skip to content

Commit

Permalink
Restore HAVE_RB_IO_T macro for compatibility with kgio, unicorn
Browse files Browse the repository at this point in the history
…, etc. (ruby#8286)
  • Loading branch information
ioquatix authored Aug 28, 2023
1 parent 9b87518 commit caf4848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ruby/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit caf4848

Please sign in to comment.