[ruby/io-console] Shrink struct query_args
https://github.com/ruby/io-console/commit/720be0a3e5
This commit is contained in:
parent
4272395982
commit
83e62d7798
@ -1223,8 +1223,8 @@ console_key_pressed_p(VALUE io, VALUE k)
|
||||
}
|
||||
#else
|
||||
struct query_args {
|
||||
const char *qstr;
|
||||
int opt;
|
||||
char qstr[6];
|
||||
unsigned char opt;
|
||||
};
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user