mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove reference to git issue
This commit is contained in:
+1
-1
@@ -955,7 +955,7 @@ gb_internal bool compare_exact_values(TokenKind op, ExactValue x, ExactValue y)
|
|||||||
f64 a = x.value_float;
|
f64 a = x.value_float;
|
||||||
f64 b = y.value_float;
|
f64 b = y.value_float;
|
||||||
if (isnan(a) || isnan(b)) {
|
if (isnan(a) || isnan(b)) {
|
||||||
return op == Token_NotEq; // Fixes #5004
|
return op == Token_NotEq;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (op) {
|
switch (op) {
|
||||||
|
|||||||
Reference in New Issue
Block a user