mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
637683c9f4
commit
1d170fdc6d
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
#include "st.h"
|
||||
#endif
|
||||
|
||||
#ifndef MAYBE_UNUSED
|
||||
# define MAYBE_UNUSED(x) x
|
||||
#endif
|
||||
|
||||
#define option_given_p(opts, key) RTEST(rb_funcall(opts, i_key_p, 1, key))
|
||||
|
||||
/* unicode */
|
||||
|
|
Loading…
Reference in a new issue