-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
https://buildd.debian.org/status/logs.php?pkg=form&ver=4.3.0-1
reken.c: In function ‘Moebius’:
reken.c:3752:28: error: ‘struct R_const’ has no member named ‘numinprimelist’
3752 | for ( i = 0; i < AR.numinprimelist; i++ ) {
| ^
reken.c:3753:23: error: ‘struct R_const’ has no member named ‘PrimeList’
3753 | x = AR.PrimeList[i];
| ^
@vermaseren Commit 0da2724 lacks an #if ( BITSINWORD == 32 ) similar to other code in this file, that is necessary due to commit 768b2d6.
alexmyczko and ehaupt
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working