X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..HEAD:/math/limlee.h diff --git a/math/limlee.h b/math/limlee.h index d22b5a7e..b46ae5c9 100644 --- a/math/limlee.h +++ b/math/limlee.h @@ -77,7 +77,13 @@ typedef struct limlee_stepctx { octet *c; /* Combination byte-flag vector */ unsigned long seq; /* Sequence number for primes */ size_t poolsz; /* Size of the small-prime pool */ - dstr d; /* String for subprime name */ + union { + dstr d; /* Obsolete; for ABI compat */ + struct { + char *name; /* Name, for @primeops@ */ + int steps, disp; /* Track how good @qq@ is */ + } s; + } u; limlee_factor qq; /* Big prime to pick up slack */ } limlee_stepctx;