diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/mbsinit.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wcsmbs/mbsinit.c b/wcsmbs/mbsinit.c index 5d740c85fc..569cdd89ec 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 <drepper@gnu.ai.mit.edu>, 1996. @@ -20,6 +20,9 @@ #include <string.h> #include <wchar.h> +#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 |