diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/gmp-impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/gmp-impl.h b/stdlib/gmp-impl.h index 48d3af9761..0d2a8fcede 100644 --- a/stdlib/gmp-impl.h +++ b/stdlib/gmp-impl.h @@ -174,7 +174,6 @@ void _mp_default_free (); else \ ____mpn_sqr_n (prodp, up, size, tspace); \ } while (0); -#define assert(trueval) do {if (!(trueval)) abort ();} while (0) /* Structure for conversion between internal binary format and strings in base 2..36. */ |