diff options
author | Werner Koch <[email protected]> | 1998-01-24 16:32:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-01-24 16:32:27 +0000 |
commit | d71f8bce7e73b41c1d19d2dae6396ea8eace9c07 (patch) | |
tree | 89854e6434a270ad627f4f4011385a7739f8f3df /mpi/longlong.h | |
parent | backup (diff) | |
download | gnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.tar.gz gnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.zip |
Trust stuff works partly.
Diffstat (limited to '')
-rw-r--r-- | mpi/longlong.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/longlong.h b/mpi/longlong.h index c341c3d19..c92435570 100644 --- a/mpi/longlong.h +++ b/mpi/longlong.h @@ -1,4 +1,5 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. + Note: I added some stuff for use with g10 Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation, Inc. @@ -1440,6 +1441,7 @@ extern const #endif unsigned char __clz_tab[]; +#define MPI_INTERNAL_NEED_CLZ_TAB 1 #define count_leading_zeros(count, x) \ do { \ UWtype __xr = (x); \ |