From: Jim Meyering Date: Thu, 7 Dec 2000 10:07:08 +0000 (+0000) Subject: (address_base): Declare to be static. X-Git-Tag: TEXTUTILS-2_0_10~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c8424d0c2f8715720620c9f340bf62d5d4cf2c7;p=platform%2Fupstream%2Fcoreutils.git (address_base): Declare to be static. --- diff --git a/src/od.c b/src/od.c index f910e06..8429920 100644 --- a/src/od.c +++ b/src/od.c @@ -151,7 +151,7 @@ static const char *const charname[33] = }; /* Address base (8, 10 or 16). */ -int address_base; +static int address_base; /* The number of octal digits required to represent the largest off_t value. */ #define MAX_ADDRESS_LENGTH \