fix OBJ_UNTRUST etc.
It seems I broke them in commit 9e6e39c3512f7a962c44dc3729c98a0f8be90341 Sorry!
This commit is contained in:
parent
216e6605a4
commit
7ccdad7be8
Notes:
git
2021-01-27 09:30:43 +09:00
@ -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…
x
Reference in New Issue
Block a user