aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/longlong.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-01-24 16:32:27 +0000
committerWerner Koch <[email protected]>1998-01-24 16:32:27 +0000
commitd71f8bce7e73b41c1d19d2dae6396ea8eace9c07 (patch)
tree89854e6434a270ad627f4f4011385a7739f8f3df /mpi/longlong.h
parentbackup (diff)
downloadgnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.tar.gz
gnupg-d71f8bce7e73b41c1d19d2dae6396ea8eace9c07.zip
Trust stuff works partly.
Diffstat (limited to '')
-rw-r--r--mpi/longlong.h2
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); \