Skip to content

Commit

Permalink
fix OBJ_UNTRUST etc.
Browse files Browse the repository at this point in the history
It seems I broke them in commit 9e6e39c
Sorry!
  • Loading branch information
shyouhei committed Jan 27, 2021
1 parent 216e660 commit 7ccdad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ruby/internal/fl_type.h
Expand Up @@ -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 */

/**
Expand Down

0 comments on commit 7ccdad7

Please sign in to comment.