summaryrefslogtreecommitdiff
path: root/locale/localeconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/localeconv.c')
-rw-r--r--locale/localeconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/localeconv.c b/locale/localeconv.c
index 06f12dbfaf..9b8061ad1c 100644
--- a/locale/localeconv.c
+++ b/locale/localeconv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995, 1997, 1999 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
@@ -21,7 +21,7 @@
/* Return monetary and numeric information about the current locale. */
struct lconv *
-localeconv __P ((void))
+localeconv (void)
{
static struct lconv result;