From 13f7a1d2447c002adc36dd1bd51305edbc8e8636 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Thu, 15 Jul 2010 08:16:06 -0300 Subject: WL#5486: Remove code for unsupported platforms Remove MS-DOS specific code. --- strings/int2str.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'strings/int2str.c') diff --git a/strings/int2str.c b/strings/int2str.c index fba98aac3f1..ecc214d58d5 100644 --- a/strings/int2str.c +++ b/strings/int2str.c @@ -19,9 +19,9 @@ /* _dig_vec arrays are public because they are used in several outer places. */ -char NEAR _dig_vec_upper[] = +char _dig_vec_upper[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; -char NEAR _dig_vec_lower[] = +char _dig_vec_lower[] = "0123456789abcdefghijklmnopqrstuvwxyz"; -- cgit v1.2.1