From 3912a603d82bd2bf2682a7936c631b84be199fa4 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 17 Feb 2000 04:40:47 +0000 Subject: * longlong.h (__clz_tab): Declare as static to match definition. From-SVN: r32029 --- gcc/longlong.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/longlong.h') diff --git a/gcc/longlong.h b/gcc/longlong.h index 4671750..796ebe2 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -1,5 +1,5 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc. + Copyright (C) 1991,92,94,95,96,97,98,99, 2000 Free Software Foundation, Inc. This definition file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -1444,7 +1444,7 @@ UDItype __umulsidi3 (USItype, USItype); #endif #if !defined (count_leading_zeros) -extern const UQItype __clz_tab[]; +static const UQItype __clz_tab[]; #define count_leading_zeros(count, x) \ do { \ UWtype __xr = (x); \ -- cgit v1.1