diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/collate-test.c | 4 | ||||
-rw-r--r-- | localedata/xfrm-test.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/localedata/collate-test.c b/localedata/collate-test.c index 75b234e2cc..789b371ad3 100644 --- a/localedata/collate-test.c +++ b/localedata/collate-test.c @@ -1,5 +1,5 @@ /* Test collation function using real data. - Copyright (C) 1997, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 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 xstrcoll __P ((const void *, const void *)); +static int xstrcoll (const void *, const void *); int main (int argc, char *argv[]) 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[]) |