diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/basic_operators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/basic_operators.h b/internal/basic_operators.h index 4732a65403..5dc8d7fe8d 100644 --- a/internal/basic_operators.h +++ b/internal/basic_operators.h @@ -38,6 +38,7 @@ enum ruby_basic_operators { BOP_CMP, BOP_DEFAULT, BOP_PACK, + BOP_INCLUDE_P, BOP_LAST_ }; |