diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-09 09:50:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-09 09:50:05 +0000 |
commit | 5512461f6aae783a762057838763cb7240cb509f (patch) | |
tree | 3a355bc2160eaec602bcf4d090f800bfb2f402a0 /locale | |
parent | 4c95120ead7e04c137796008e6abaf67bedbe27b (diff) | |
download | glibc-5512461f6aae783a762057838763cb7240cb509f.tar glibc-5512461f6aae783a762057838763cb7240cb509f.tar.gz glibc-5512461f6aae783a762057838763cb7240cb509f.tar.bz2 glibc-5512461f6aae783a762057838763cb7240cb509f.zip |
Update.
* po/el.po: Update from translation team.
1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* intl/locale.alias: Fix slovenian entry [PR libc/948].
1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* elf/sprof.c: assert.h isn't used anymore, remove inclusion.
* inet/ruserpass.c: Likewise.
* locale/programs/stringtrans.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/grpcache.c: Likewise.
* nss/nss_files/files-XXX.c: Likewise.
* stdlib/canonicalize.c: Likewise.
* sysdeps/posix/sigwait.c: Likewise.
1999-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
even on 64 bit platforms.
* sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
1999-02-09 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/localedef.c | 4 | ||||
-rw-r--r-- | locale/programs/stringtrans.c | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index fc9683f69d..9163c2c6c9 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -40,10 +40,6 @@ #include "locfile.h" #include "locales.h" -/* Undefine the following line in the production version. */ -/* #define NDEBUG 1 */ -#include <assert.h> - /* This is a special entry of the copylist. For all categories we don't have a definition we use the data for the POSIX locale. */ diff --git a/locale/programs/stringtrans.c b/locale/programs/stringtrans.c index 873b61b5de..17f9670025 100644 --- a/locale/programs/stringtrans.c +++ b/locale/programs/stringtrans.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. @@ -21,7 +21,6 @@ # include <config.h> #endif -#include <assert.h> #include <stdlib.h> #include "charset.h" |