diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclTomMath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTomMath.h b/generic/tclTomMath.h index dd9edaf..c1d83c4 100644 --- a/generic/tclTomMath.h +++ b/generic/tclTomMath.h @@ -346,7 +346,7 @@ int mp_2expt(mp_int *a, int b); /* Counts the number of lsbs which are zero before the first zero bit */ /* -int mp_cnt_lsb(mp_int *a); +int mp_cnt_lsb(const mp_int *a); */ /* I Love Earth! */ |