diff options
Diffstat (limited to 'mpi/mpi.c')
-rw-r--r-- | mpi/mpi.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -35,14 +35,6 @@ typedef unsigned char mem_t; extern mem_t *chk_calloc(size_t n, size_t size); -#if MP_DEBUG -#include <stdio.h> - -#define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);} -#else -#define DIAG(T,V) -#endif - #include "logtab.h" /* Default precision for newly created mp_int's */ |