From 677c6d8547f4071335a92fd2964bcbac9d2da39b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 24 Jan 1998 16:32:26 +0000 Subject: Trust stuff works partly. --- mpi/longlong.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mpi/longlong.h') 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); \ -- cgit v1.2.1