aboutsummaryrefslogtreecommitdiff
path: root/src/exact_value.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-10-30 14:12:57 +0000
committergingerBill <bill@gingerbill.org>2024-10-30 14:12:57 +0000
commit8a00d85cea02f38164b18d9a7e3e7d710c7a6c40 (patch)
tree67c7f058ddf65e64189d4a76add9d6ad685b366d /src/exact_value.cpp
parent2392300ffbc86b09fde2a4d170b8c38f8ad0d382 (diff)
parentf469bbb0049f618d09dd1dd962389c8306db6bbc (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/exact_value.cpp')
-rw-r--r--src/exact_value.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp
index 1a42a82a9..5d6016ecc 100644
--- a/src/exact_value.cpp
+++ b/src/exact_value.cpp
@@ -687,6 +687,7 @@ gb_internal void match_exact_values(ExactValue *x, ExactValue *y) {
case ExactValue_String:
case ExactValue_Quaternion:
case ExactValue_Pointer:
+ case ExactValue_Compound:
case ExactValue_Procedure:
case ExactValue_Typeid:
return;