This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-09-12 08:26:11 +02:00
parent 89c21c5fe7
commit b07618819f
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ modulo_024 (struct scm *a, struct scm *b)
}
while (n < 0)
n = n + w;
// size_t u = n;
size_t u = n;
// u = n;
// if (u != 0)
// u = u % w;