Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 10 Apr 1995 09:00:08 +0000 (09:00 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 10 Apr 1995 09:00:08 +0000 (09:00 +0000)
commit8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec
tree0a5362b2c4bf49a9b76dacb3d845c6e29b7a1024
parent6aa8372e1684381fdc8fdacb4fdd71415c2ecde3
Sun Apr  9 01:24:33 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).

* malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
* malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.

* malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
  #ifdef emacs, but only #ifndef memmove.
* malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
  safe_bcopy.
(memmove): Define only if undefined.

* stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
(_itoa): Use it in defn.
ChangeLog
Makerules
stdio/_itoa.h