From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- iconv/gconv_builtin.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'iconv/gconv_builtin.c') diff --git a/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index d8beabd..f653d6c 100644 --- a/iconv/gconv_builtin.c +++ b/iconv/gconv_builtin.c @@ -1,5 +1,5 @@ /* Table for builtin transformation mapping. - Copyright (C) 1997-1999, 2000-2002, 2005 Free Software Foundation, Inc. + Copyright (C) 1997-1999, 2000-2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -20,7 +20,6 @@ #include #include -#include #include #include @@ -28,16 +27,16 @@ #include -static const struct builtin_map +static struct builtin_map { const char *name; __gconv_fct fct; __gconv_btowc_fct btowc_fct; - int8_t min_needed_from; - int8_t max_needed_from; - int8_t min_needed_to; - int8_t max_needed_to; + int min_needed_from; + int max_needed_from; + int min_needed_to; + int max_needed_to; } map[] = { -- cgit v1.1