From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: GDB Patches Subject: Re: [rfc/rfa?] Rationalize *malloc() calling *malloc() Date: Tue, 20 Mar 2001 01:32:00 -0000 Message-id: References: <3AB6C3C2.E5774552@cygnus.com> X-SW-Source: 2001-03/msg00374.html On Mon, 19 Mar 2001, Andrew Cagney wrote: > --- 798,823 ---- > > extern char *mstrsave (void *, const char *); > > ! #if !defined (USE_MMALLOC) > ! /* NOTE: cagney/2000-03-04: The mmalloc functions need to use PTR > ! rather than void* so that they are consistent with the delcaration > ! in ../mmalloc/mmalloc.h. */ There's a typo in the above comment ("M-x ispell-comments-and-strings RET" is your friend ;-).