summaryrefslogtreecommitdiff
path: root/mpi/longlong.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-01-24 16:32:26 +0000
committerWerner Koch <wk@gnupg.org>1998-01-24 16:32:26 +0000
commit677c6d8547f4071335a92fd2964bcbac9d2da39b (patch)
tree17e4b0a73a2525374b0c87a2f345fdc23ba23a9d /mpi/longlong.h
parent4e60a56970d7991a3bd0a593b729148a3680cdc9 (diff)
downloadlibgcrypt-677c6d8547f4071335a92fd2964bcbac9d2da39b.tar.gz
Trust stuff works partly.
Diffstat (limited to 'mpi/longlong.h')
-rw-r--r--mpi/longlong.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/longlong.h b/mpi/longlong.h
index c341c3d1..c9243557 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); \