From f5baa731d07c8d9b13bd04f4532f714cddfc8da2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Mar 1998 22:46:26 +0000 Subject: Update. * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo. * iconvdata/gap.pl: Avoid using %#06x. 1998-03-31 19:55 Zack Weinberg * Makerules: Use $? instead of S^ when invoking ar. 1998-03-31 Ulrich Drepper --- iconvdata/gap.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconvdata/gap.pl') diff --git a/iconvdata/gap.pl b/iconvdata/gap.pl index ed2d295c90..8d595e327d 100644 --- a/iconvdata/gap.pl +++ b/iconvdata/gap.pl @@ -4,7 +4,7 @@ while (<>) { local($u)=hex($ucs); if ($u - $last > 6) { if ($last != 0) { - printf (" { start: %#06x, end: %#06x, idx: %5d },\n", + printf (" { start: 0x%04x, end: 0x%04x, idx: %5d },\n", $first, $last, $idx - $first); $idx += $last - $first + 1; } @@ -12,5 +12,5 @@ while (<>) { } $last=$u; } -printf (" { start: %#06x, end: %#06x, idx: %5d },\n", +printf (" { start: 0x%04x, end: 0x%04x, idx: %5d },\n", $first, $last, $idx - $first); -- cgit v1.2.3