1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix OBJ_UNTRUST etc.

It seems I broke them in commit 9e6e39c351
Sorry!
This commit is contained in:
卜部昌平 2021-01-20 11:01:35 +09:00
parent 216e6605a4
commit 7ccdad7be8
Notes: git 2021-01-27 09:30:43 +09:00

View file

@ -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 */
/**