aboutsummaryrefslogtreecommitdiff
path: root/src/gen/types.h
diff options
context:
space:
mode:
authorJ08nY2017-06-01 01:46:25 +0200
committerJ08nY2017-06-01 01:46:25 +0200
commit261e0ce6530387db48a07c3f8925dd67e63c28bf (patch)
tree6f41122a982f13a0ba828d7ade2b8af326546ae3 /src/gen/types.h
parent63427ed3415b25bd29c5e1fe71ef9883d955bfcf (diff)
downloadecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.tar.gz
ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.tar.zst
ecgen-261e0ce6530387db48a07c3f8925dd67e63c28bf.zip
Renamed a bunch of generators.
Diffstat (limited to 'src/gen/types.h')
-rw-r--r--src/gen/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen/types.h b/src/gen/types.h
index a6494cf..5500e85 100644
--- a/src/gen/types.h
+++ b/src/gen/types.h
@@ -116,7 +116,7 @@ typedef UNROLL((*unroll_t));
* @param args unused
* @return state diff
*/
-int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args);
+GENERATOR(gen_skip);
/**
* UNROLL(unroll_t)
@@ -127,6 +127,6 @@ int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args);
* @param to
* @return
*/
-int unroll_skip(curve_t *curve, const config_t *cfg, pari_sp from, pari_sp to);
+UNROLL(unroll_skip);
#endif // ECGEN_TYPES_H