From 7919ea1578f7b9e51935fb3430ae36d180c97590 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Apr 1998 20:21:59 +0000 Subject: Update. 1998-04-14 18:22 Ulrich Drepper * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize counter element of step. * iconv/gconv_dl.c: Don't mark get_sym as internal function. * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop termination test. (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable ACTUALLY. (__gconv_transform_utf8_ucs4): Correct test for empty input. --- iconv/gconv_dl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'iconv/gconv_dl.c') diff --git a/iconv/gconv_dl.c b/iconv/gconv_dl.c index 9e80158f43..8375040d84 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.c @@ -97,7 +97,6 @@ struct get_sym_args }; static void -internal_function get_sym (void *a) { struct get_sym_args *args = (struct get_sym_args *) a; -- cgit v1.2.3