diff options
author | tege <tege@gmplib.org> | 1997-07-25 18:00:31 +0200 |
---|---|---|
committer | tege <tege@gmplib.org> | 1997-07-25 18:00:31 +0200 |
commit | 2959df65c477880a97b38ff1079022c67819903a (patch) | |
tree | c045073f39409c96241148f9cba2fe01740f1341 | |
parent | f41ce5c3e467f323a9f3e06bf41566e1ac4b8c11 (diff) | |
download | gmp-2959df65c477880a97b38ff1079022c67819903a.tar.gz |
(__clz_tab): Declare it as `const'.
-rw-r--r-- | mp_clz_tab.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mp_clz_tab.c b/mp_clz_tab.c index 6fd7e9081..96f58c65b 100644 --- a/mp_clz_tab.c +++ b/mp_clz_tab.c @@ -19,14 +19,10 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if 0 #include "gmp.h" #include "gmp-impl.h" -#endif -#if 0 const -#endif unsigned char __clz_tab[] = { 0,1,2,2,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5, |