mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Merge pull request #4432 from Kelimion/fix-4431
match_exact_value: return when type is compound
This commit is contained in:
@@ -687,6 +687,7 @@ gb_internal void match_exact_values(ExactValue *x, ExactValue *y) {
|
|||||||
case ExactValue_String:
|
case ExactValue_String:
|
||||||
case ExactValue_Quaternion:
|
case ExactValue_Quaternion:
|
||||||
case ExactValue_Pointer:
|
case ExactValue_Pointer:
|
||||||
|
case ExactValue_Compound:
|
||||||
case ExactValue_Procedure:
|
case ExactValue_Procedure:
|
||||||
case ExactValue_Typeid:
|
case ExactValue_Typeid:
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user