diff options
Diffstat (limited to 'src/misc')
| -rw-r--r-- | src/misc/types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/types.h b/src/misc/types.h index b75394c..b599759 100644 --- a/src/misc/types.h +++ b/src/misc/types.h @@ -113,7 +113,7 @@ typedef struct { * @return state diff */ #define GENERATOR(gen_name) \ - int gen_name(curve_t *curve, const config_t *cfg, arg_t *args) + int gen_name(curve_t *curve, const config_t *cfg, arg_t *args) typedef GENERATOR((*gen_t)); @@ -126,8 +126,8 @@ typedef GENERATOR((*gen_t)); * @return */ #define UNROLL(unroll_name) \ - int unroll_name(curve_t *curve, const config_t *cfg, pari_sp from, \ - pari_sp to) + int unroll_name(curve_t *curve, const config_t *cfg, pari_sp from, \ + pari_sp to) typedef UNROLL((*unroll_t)); |
