diff options
Diffstat (limited to 'src/include/utils/pg_locale.h')
-rw-r--r-- | src/include/utils/pg_locale.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index a2a727290a8..d3d16d9780d 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -4,7 +4,7 @@ * The PostgreSQL locale utils. * * - * $Id: pg_locale.h,v 1.9 2001/10/25 05:50:10 momjian Exp $ + * $Id: pg_locale.h,v 1.10 2001/10/28 06:26:09 momjian Exp $ * * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group * @@ -51,6 +51,6 @@ extern void PGLC_free_categories(PG_LocaleCategories *lc); *------ */ extern struct lconv *PGLC_localeconv(void); - #endif /* USE_LOCALE */ + #endif /* _PG_LOCALE_ */ |