aboutsummaryrefslogtreecommitdiff
path: root/src/gen/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/types.c')
-rw-r--r--src/gen/types.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gen/types.c b/src/gen/types.c
index afd6542..63d5401 100644
--- a/src/gen/types.c
+++ b/src/gen/types.c
@@ -4,8 +4,6 @@
*/
#include "types.h"
-int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args) { return 1; }
+GENERATOR(gen_skip) { return 1; }
-int unroll_skip(curve_t *curve, const config_t *cfg, pari_sp from, pari_sp to) {
- return -1;
-}
+UNROLL(unroll_skip) { return -1; }