File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 108108#define RB_OBJ_FREEZE_RAW RB_OBJ_FREEZE_RAW
109109#define RB_OBJ_FROZEN RB_OBJ_FROZEN
110110#define RB_OBJ_FROZEN_RAW RB_OBJ_FROZEN_RAW
111- #define RB_OBJ_UNTRUST RB_OBJ_TAINT
112- #define RB_OBJ_UNTRUSTED RB_OBJ_TAINTED
113111/* * @endcond */
114112
115113/* *
134132#define OBJ_FREEZE_RAW RB_OBJ_FREEZE_RAW /* *< @old{RB_OBJ_FREEZE_RAW} */
135133#define OBJ_FROZEN RB_OBJ_FROZEN /* *< @old{RB_OBJ_FROZEN} */
136134#define OBJ_FROZEN_RAW RB_OBJ_FROZEN_RAW /* *< @old{RB_OBJ_FROZEN_RAW} */
137- #define OBJ_INFECT RB_OBJ_INFECT /* *< @old{RB_OBJ_INFECT} */
138- #define OBJ_INFECT_RAW RB_OBJ_INFECT_RAW /* *< @old{RB_OBJ_INFECT_RAW} */
139- #define OBJ_TAINT RB_OBJ_TAINT /* *< @old{RB_OBJ_TAINT} */
140- #define OBJ_TAINTABLE RB_OBJ_TAINTABLE /* *< @old{RB_OBJ_TAINT_RAW} */
141- #define OBJ_TAINTED RB_OBJ_TAINTED /* *< @old{RB_OBJ_TAINTED} */
142- #define OBJ_TAINTED_RAW RB_OBJ_TAINTED_RAW /* *< @old{RB_OBJ_TAINTED_RAW} */
143- #define OBJ_TAINT_RAW RB_OBJ_TAINT_RAW /* *< @old{RB_OBJ_TAINT_RAW} */
144- #define OBJ_UNTRUST RB_OBJ_UNTRUST /* *< @old{RB_OBJ_TAINT} */
145- #define OBJ_UNTRUSTED RB_OBJ_UNTRUSTED /* *< @old{RB_OBJ_TAINTED} */
146135/* * @} */
147136
148137/* *
You can’t perform that action at this time.
0 commit comments