diff options
| author | gingerBill <bill@gingerbill.org> | 2024-10-30 14:12:57 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-10-30 14:12:57 +0000 |
| commit | 8a00d85cea02f38164b18d9a7e3e7d710c7a6c40 (patch) | |
| tree | 67c7f058ddf65e64189d4a76add9d6ad685b366d /src/exact_value.cpp | |
| parent | 2392300ffbc86b09fde2a4d170b8c38f8ad0d382 (diff) | |
| parent | f469bbb0049f618d09dd1dd962389c8306db6bbc (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/exact_value.cpp')
| -rw-r--r-- | src/exact_value.cpp | 1 |
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; |