1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Clean up minor compiler warnings.

This commit is contained in:
Tom Lane
2000-03-18 18:57:16 +00:00
parent f945f46193
commit f91dd7880f
8 changed files with 24 additions and 31 deletions

View File

@ -2,7 +2,7 @@
/* -----------------------------------------------------------------------
* pg_locale.c
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.2 2000/02/08 15:56:55 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.3 2000/03/18 18:57:14 tgl Exp $
*
*
* Portions Copyright (c) 1999-2000, PostgreSQL, Inc
@ -109,7 +109,7 @@ PGLC_setlocale( PG_LocaleCategories *lc )
*------
*/
struct lconv *
PGLC_localeconv()
PGLC_localeconv(void)
{
PG_LocaleCategories lc;
struct lconv *lconv;