mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
216e6605a4
commit
7ccdad7be8
Notes:
git
2021-01-27 09:30:43 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@
|
|||
#define RB_OBJ_TAINTED RB_OBJ_TAINTED
|
||||
#define RB_OBJ_TAINTED_RAW RB_OBJ_TAINTED_RAW
|
||||
#define RB_OBJ_TAINT_RAW RB_OBJ_TAINT_RAW
|
||||
#define RB_OBJ_UNTRUST RB_OBJ_UNTRUST
|
||||
#define RB_OBJ_UNTRUSTED RB_OBJ_UNTRUSTED
|
||||
#define RB_OBJ_UNTRUST RB_OBJ_TAINT
|
||||
#define RB_OBJ_UNTRUSTED RB_OBJ_TAINTED
|
||||
/** @endcond */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue