diff options
Diffstat (limited to '')
-rw-r--r-- | libglitter_compose_uint64.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libglitter_compose_uint64.c b/libglitter_compose_uint64.c index 6784055..323f10b 100644 --- a/libglitter_compose_uint64.c +++ b/libglitter_compose_uint64.c @@ -2,6 +2,7 @@ #include "common.h" #define ONLY_INT_COMPATIBLE #define double uint64_t +#define libglitter_compose_double libglitter_compose_uint64 #include "libglitter_compose_double.c" #ifdef greater_t # define MIX(A, B) (((greater_t)(A) + (greater_t)(B)) >> 1) @@ -93,14 +94,4 @@ libglitter_compose_uint64(uint64_t **outputs, const uint64_t *restrict input, si } -#else - - -int -main(void) -{ - return 0; /* TODO add test */ -} - - #endif |