]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/setlocale.c
Update.
[thirdparty/glibc.git] / locale / setlocale.c
index 50c752826c9e1ff9bbb248d9bdcc6d9922db3cc1..9f6e96439b1b3f2e7d1d8b83299f656dc3b5df6e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 95-99, 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 1995-2000, 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -128,7 +128,7 @@ extern int _nl_msg_cat_cntr;
 
 
 /* Construct a new composite name.  */
-static inline char *
+static char *
 new_composite_name (int category, const char *newnames[__LC_LAST])
 {
   size_t last_len = 0;