diff options
Diffstat (limited to 'internal/basic_operators.h')
| -rw-r--r-- | internal/basic_operators.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/basic_operators.h b/internal/basic_operators.h index a59403631e..493d2fa7f7 100644 --- a/internal/basic_operators.h +++ b/internal/basic_operators.h @@ -24,6 +24,7 @@ enum ruby_basic_operators { BOP_SUCC, BOP_GT, BOP_GE, + BOP_GTGT, BOP_NOT, BOP_NEQ, BOP_MATCH, @@ -37,6 +38,8 @@ enum ruby_basic_operators { BOP_OR, BOP_CMP, BOP_DEFAULT, + BOP_PACK, + BOP_INCLUDE_P, BOP_LAST_ }; |
