summaryrefslogtreecommitdiff
path: root/internal/basic_operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/basic_operators.h')
-rw-r--r--internal/basic_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/basic_operators.h b/internal/basic_operators.h
index 12a0475990..a59403631e 100644
--- a/internal/basic_operators.h
+++ b/internal/basic_operators.h
@@ -31,6 +31,7 @@ enum ruby_basic_operators {
BOP_UMINUS,
BOP_MAX,
BOP_MIN,
+ BOP_HASH,
BOP_CALL,
BOP_AND,
BOP_OR,