From 2def87644d44b41bb908d4ed150a110d4d9399ea Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Nov 2003 21:58:21 +0000 Subject: Update. 2003-11-15 Ulrich Drepper * wcsmbs/mbsinit.c: Undef mbsinit and __mbsinit. * include/wchar.h: Provide inline versions of mbsinit and __mbsinit. --- wcsmbs/mbsinit.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wcsmbs/mbsinit.c') diff --git a/wcsmbs/mbsinit.c b/wcsmbs/mbsinit.c index 5d740c8..569cdd8 100644 --- a/wcsmbs/mbsinit.c +++ b/wcsmbs/mbsinit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -20,6 +20,9 @@ #include #include +#undef mbsinit +#undef __mbsinit + /* In GNU libc the conversion functions only can convert between the fixed wide character representation and the multibyte representation of the same character set. Since we use ISO 10646 -- cgit v1.1