diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-08 16:28:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-08 16:28:41 +0000 |
commit | 8ab69eb33086a5cb11846414487fe22da5b93154 (patch) | |
tree | e3d8c2dfc780d15665c7edf6db7e1a9017612674 /ChangeLog | |
parent | 73fbb9a52337f95181c4613fbc0b77aab74af4ac (diff) | |
download | glibc-8ab69eb33086a5cb11846414487fe22da5b93154.tar glibc-8ab69eb33086a5cb11846414487fe22da5b93154.tar.gz glibc-8ab69eb33086a5cb11846414487fe22da5b93154.tar.bz2 glibc-8ab69eb33086a5cb11846414487fe22da5b93154.zip |
* malloc/free.c (__malloc_safe_bcopy, memmove): Don't define
#ifdef emacs.
* malloc/realloc.c: Likewise.
* stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include
"_itoa.h".
(_itoa): Function removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Sat Apr 8 00:40:59 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * malloc/free.c (__malloc_safe_bcopy, memmove): Don't define + #ifdef emacs. + * malloc/realloc.c: Likewise. + + * stdio/_itoa.c (_EXTERN_INLINE): Define to empty before #include + "_itoa.h". + (_itoa): Function removed. + * malloc/free.c: Remove use of `assert'. * malloc/realloc.c [! emacs] (safe_bcopy): Renamed to |