diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-07 10:07:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-07 10:07:08 +0000 |
commit | 8c8424d0c2f8715720620c9f340bf62d5d4cf2c7 (patch) | |
tree | 6cf706bbd20783bbd1782066d9680ba6efbc5837 | |
parent | e42f27d1477d25eead373ce45410306bfbfe78b2 (diff) | |
download | coreutils-8c8424d0c2f8715720620c9f340bf62d5d4cf2c7.tar.xz |
(address_base): Declare to be static.
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |