X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/b919de21f71b408ce5c908f8cd3ec3c3338996aa..a90d420cbe87490c844ae422c966e746d3134b07:/math/group-guts.h diff --git a/math/group-guts.h b/math/group-guts.h index 1bc2e94c..c9f28c49 100644 --- a/math/group-guts.h +++ b/math/group-guts.h @@ -50,6 +50,7 @@ # include "gfreduce.h" #endif +#define GROUP_GUTS_MPSTRUCT typedef struct { mp *x; } ge_prime; typedef struct { mp *x; } ge_bin;