diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-21 10:01:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-21 10:01:35 (GMT) |
commit | b03d00e30749162d899d9cb2fa4443ed1995d57b (patch) | |
tree | e2cacc6f8b51de5592d0bcf13bab3f8a0439ac5a /libtommath/tommath.h | |
parent | 12c8a0c839bb180c7a5ae3c49479534591a0d9c9 (diff) | |
download | tcl-b03d00e30749162d899d9cb2fa4443ed1995d57b.zip tcl-b03d00e30749162d899d9cb2fa4443ed1995d57b.tar.gz tcl-b03d00e30749162d899d9cb2fa4443ed1995d57b.tar.bz2 |
Update libtommath to v1.2.0-rc3
Diffstat (limited to 'libtommath/tommath.h')
-rw-r--r-- | libtommath/tommath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h index 8dd3bb3..e87bb08 100644 --- a/libtommath/tommath.h +++ b/libtommath/tommath.h @@ -135,7 +135,7 @@ typedef enum { MP_MEM = -2, /* out of mem */ MP_VAL = -3, /* invalid input */ MP_ITER = -4, /* maximum iterations reached */ - MP_BUF = -5, /* buffer overflow, supplied buffer too small */ + MP_BUF = -5 /* buffer overflow, supplied buffer too small */ } mp_err; typedef enum { MP_LSB_FIRST = -1, |