diff options
author | Werner Koch <wk@gnupg.org> | 1998-01-25 20:40:10 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-01-25 20:40:10 +0100 |
commit | c3e6320a138be7dac25d68bc74a1176ebb39bdad (patch) | |
tree | e6516ce48b4ed1fdf6a3bf59860f393051b24278 | |
parent | Ready to test version 0.2.0 (diff) | |
download | gnupg2-c3e6320a138be7dac25d68bc74a1176ebb39bdad.tar.xz gnupg2-c3e6320a138be7dac25d68bc74a1176ebb39bdad.zip |
rel 0.2.0V0-2-0
-rw-r--r-- | mpi/mpi-bit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mpi/mpi-bit.c b/mpi/mpi-bit.c index d1f440a9a..0f69b6580 100644 --- a/mpi/mpi-bit.c +++ b/mpi/mpi-bit.c @@ -27,6 +27,9 @@ #ifdef MPI_INTERNAL_NEED_CLZ_TAB +#ifdef __STDC__ +const +#endif unsigned char __clz_tab[] = { |