diff options
| author | J08nY | 2017-06-01 01:46:25 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-01 01:46:25 +0200 |
| commit | 261e0ce6530387db48a07c3f8925dd67e63c28bf (patch) | |
| tree | 6f41122a982f13a0ba828d7ade2b8af326546ae3 /src/gen/types.c | |
| parent | 63427ed3415b25bd29c5e1fe71ef9883d955bfcf (diff) | |
| download | ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.tar.gz ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.tar.zst ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.zip | |
Diffstat (limited to 'src/gen/types.c')
| -rw-r--r-- | src/gen/types.c | 6 |
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; } |
