From f4c16ceedd45370aa5207f42dd12fc84d0d46b89 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Aug 2002 20:04:32 +0000 Subject: [PATCH] * locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops. --- ChangeLog | 4 ++++ locale/loadarchive.c | 2 -- locale/localeinfo.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b41d5c..1918620 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-11 Roland McGrath + + * locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops. + 2002-08-10 Roland McGrath * locale/loadarchive.c (_nl_archive_subfreeres): New function. diff --git a/locale/loadarchive.c b/locale/loadarchive.c index a9b5386..ad06f12 100644 --- a/locale/loadarchive.c +++ b/locale/loadarchive.c @@ -37,8 +37,6 @@ #include "hashval.h" #undef compute_hashval -#undef LOCALEDIR -#define LOCALEDIR "/spare/roland/tmp/usr/lib/locale/" /* Name of the locale archive file. */ static const char archfname[] = LOCALEDIR "locale-archive"; diff --git a/locale/localeinfo.h b/locale/localeinfo.h index bcb5805..44a10e1 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -262,7 +262,7 @@ extern struct locale_data *_nl_load_locale_from_archive (int category, internal_function attribute_hidden; /* Subroutine of setlocale's __libc_subfreeres hook. */ -extern void _nl_archive_subfrees (void) attribute_hidden; +extern void _nl_archive_subfreeres (void) attribute_hidden; /* Validate the contents of a locale file and set up the in-core data structure to point into the data. This leaves the `alloc' -- 2.7.4