X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/9b1663a5574182a66c6de8ad2fce7b3e4cbf277b..23bbea75793621e6b21fbb13c00d8223113cf7b5:/math/group-test.c diff --git a/math/group-test.c b/math/group-test.c index 7cd0cd2..8541b48 100644 --- a/math/group-test.c +++ b/math/group-test.c @@ -75,8 +75,9 @@ static void showmp(const char *p, mp *x, int r) { putc('\n', stderr); } -static int check(const char *op, const char *gd, group *g, - ge *r, ge *c, ...) { +static int EXECL_LIKE(0) + check(const char *op, const char *gd, group *g, ge *r, ge *c, ...) +{ va_list ap; if (G_EQ(g, r, c)) return (1);