cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.
authorSeongbae Park <seongbae.park@gmail.com>
Thu, 13 Mar 2008 18:49:45 +0000 (18:49 +0000)
committerSeongbae Park <spark@gcc.gnu.org>
Thu, 13 Mar 2008 18:49:45 +0000 (18:49 +0000)
commit5a9340fd7fe5be66db32fbbedd7c2696609b838f
tree9790e7dd93d67e202777e5e815a48a4748c87175
parent75d8b30e6d0ca8845c1bb8becb5289ec8f75a9af
cplus-dem.c (malloc, realloc): Use void * instead of char * as return type.

2008-03-12  Seongbae Park <seongbae.park@gmail.com>

* cplus-dem.c (malloc, realloc): Use void * instead of char *
as return type.

From-SVN: r133181
libiberty/ChangeLog
libiberty/cplus-dem.c