mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
* locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops.
This commit is contained in:
parent
a89a3dab80
commit
f4c16ceedd
@ -1,3 +1,7 @@
|
|||||||
|
2002-08-11 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops.
|
||||||
|
|
||||||
2002-08-10 Roland McGrath <roland@redhat.com>
|
2002-08-10 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* locale/loadarchive.c (_nl_archive_subfreeres): New function.
|
* locale/loadarchive.c (_nl_archive_subfreeres): New function.
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
#include "hashval.h"
|
#include "hashval.h"
|
||||||
#undef compute_hashval
|
#undef compute_hashval
|
||||||
|
|
||||||
#undef LOCALEDIR
|
|
||||||
#define LOCALEDIR "/spare/roland/tmp/usr/lib/locale/"
|
|
||||||
|
|
||||||
/* Name of the locale archive file. */
|
/* Name of the locale archive file. */
|
||||||
static const char archfname[] = LOCALEDIR "locale-archive";
|
static const char archfname[] = LOCALEDIR "locale-archive";
|
||||||
|
@ -262,7 +262,7 @@ extern struct locale_data *_nl_load_locale_from_archive (int category,
|
|||||||
internal_function attribute_hidden;
|
internal_function attribute_hidden;
|
||||||
|
|
||||||
/* Subroutine of setlocale's __libc_subfreeres hook. */
|
/* 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
|
/* Validate the contents of a locale file and set up the in-core
|
||||||
data structure to point into the data. This leaves the `alloc'
|
data structure to point into the data. This leaves the `alloc'
|
||||||
|
Loading…
Reference in New Issue
Block a user