summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-03-07 01:03:16 +0100
committerKevin Ryde <user42@zip.com.au>2000-03-07 01:03:16 +0100
commit4c27fa492f74ae68840b0eafd940264e138593bd (patch)
treeaae047abf09b3c25853019915dd8a6403118acc4 /gmp-impl.h
parentdba1954586cf0e925b1298f64bc93afdca1a6047 (diff)
downloadgmp-4c27fa492f74ae68840b0eafd940264e138593bd.tar.gz
Change __gmp_assert_fail prototype to "int".
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index c4aed72cd..012a72343 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -316,8 +316,8 @@ _MPN_COPY (d, s, n) mp_ptr d; mp_srcptr s; mp_size_t n;
#define ASSERT_NOCARRY(expr) (expr)
#endif
-void __gmp_assert_fail _PROTO((const char *filename, int linenum,
- const char *expr));
+int __gmp_assert_fail _PROTO((const char *filename, int linenum,
+ const char *expr));
#if HAVE_NATIVE_mpn_com_n