diff options
Diffstat (limited to 'localedata/xfrm-test.c')
-rw-r--r-- | localedata/xfrm-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/xfrm-test.c b/localedata/xfrm-test.c index 0ba288797a..7a9cbf8825 100644 --- a/localedata/xfrm-test.c +++ b/localedata/xfrm-test.c @@ -1,5 +1,5 @@ /* Test collation function via transformation using real data. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. @@ -31,7 +31,7 @@ struct lines const char *line; }; -static int xstrcmp __P ((const void *, const void *)); +static int xstrcmp (const void *, const void *); int main (int argc, char *argv[]) |