Skip to content

Commit

Permalink
HACK: enable DEBUG_GMP
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 16, 2017
1 parent 27e4c8a commit d59fc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmpints.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static Obj ObjInt_UIntInv( UInt i );

/* debugging */
#ifndef DEBUG_GMP
#define DEBUG_GMP 0
#define DEBUG_GMP 1
#endif

#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901)
Expand Down

0 comments on commit d59fc61

Please sign in to comment.