Update.
[platform/upstream/glibc.git] / iconvdata / iso6937.c
index b79a9aa..0108036 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic conversion to and from ISO 6937.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -394,9 +394,9 @@ gconv_init (struct gconv_step *step, struct gconv_step_data *data)
   enum direction dir;
   int result;
 
-  if (__strcasestr (step->from_name, "ISO_6937") != NULL)
+  if (strcasestr (step->from_name, "ISO_6937") != NULL)
     dir = from_iso6937;
-  else if (__strcasestr (step->to_name, "ISO_6937") != NULL)
+  else if (strcasestr (step->to_name, "ISO_6937") != NULL)
     dir = to_iso6937;
   else
     dir = illegal;