Remove reference to git issue

This commit is contained in:
mtarik34b
2025-04-15 05:26:36 +02:00
parent 313d7d84bc
commit 1d2adbb3c6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -955,7 +955,7 @@ gb_internal bool compare_exact_values(TokenKind op, ExactValue x, ExactValue y)
f64 a = x.value_float;
f64 b = y.value_float;
if (isnan(a) || isnan(b)) {
return op == Token_NotEq; // Fixes #5004
return op == Token_NotEq;
}
switch (op) {