X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/0c4f06c08a965b4c07e4075d974808a6a266d534..0b09aab8c8a83e618a2c5d00f716102fb8db13e4:/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;