diff options
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ static ucnum hash_double(double n) volatile ucnum a[sizeof (double) / sizeof (ucnum)]; } u; ucnum h = 0; - int i; + unsigned i; u.d = n; |
![]() |
index : txr | |
TXR: A data munging language. | kaz@kylheku.com |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | hash.c | 2 |
@@ -186,7 +186,7 @@ static ucnum hash_double(double n) volatile ucnum a[sizeof (double) / sizeof (ucnum)]; } u; ucnum h = 0; - int i; + unsigned i; u.d = n; |