diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 09:22:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 09:22:30 +0000 |
commit | 3e154a6f9373a15924ffe226df044194b633e3ac (patch) | |
tree | 3ebb34aed6cf135cdc3006b20b54dda86e43e4e1 /locale/Makefile | |
parent | 97ac0eafb88c12e24898a1a9fbf686446f944d10 (diff) | |
download | glibc-3e154a6f9373a15924ffe226df044194b633e3ac.tar.gz glibc-3e154a6f9373a15924ffe226df044194b633e3ac.tar.xz glibc-3e154a6f9373a15924ffe226df044194b633e3ac.zip |
Update.
* locale/Makefile (headers): Add bits/locale.h. * locale/langinfo.h: Don't include <locale.h>. Include <bits/locale.h> and use __LC_ constants instead of LC_. * locale/locale.h: Include <bits/locale.h> and define LC_ constants using __LC_ constants. * locale/bits/locale.h: New file. * locale/loadlocale.c: Include <locale.h>. * locale/nl_langinfo.h: Likewise.
Diffstat (limited to 'locale/Makefile')
-rw-r--r-- | locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile index b7a2849fd7..a62b647ac4 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 1995-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 1995-1999, 2000, 2001 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 @@ # subdir := locale -headers = locale.h langinfo.h xlocale.h +headers = locale.h bits/locale.h langinfo.h xlocale.h distribute = localeinfo.h categories.def iso-639.def iso-3166.def \ iso-4217.def weight.h weightwc.h strlen-hash.h elem-hash.h \ indigits.h indigitswc.h outdigits.h outdigitswc.h \ |