Re: fix the DEVELOPER-HINTS file to reflect how things are really done
On Fri, Jan 21, 2005 at 04:54:29PM +0900, Mike McCormack wrote:
- FIXME("(%x,%p,%d): stub\n", hdc, p, count); ... + FIXME("%p %p %ld\n", hdc, p, count);
Well, I must agree with Andy: there's no reason to remove the 'stub' part, most of the code uses it, automated tools look for it, and it saves nothing. -- Dimi.
Hi, On Fri, Jan 21, 2005 at 08:41:18AM -0500, Dimitrie O. Paun wrote:
On Fri, Jan 21, 2005 at 04:54:29PM +0900, Mike McCormack wrote:
- FIXME("(%x,%p,%d): stub\n", hdc, p, count); ... + FIXME("%p %p %ld\n", hdc, p, count);
Well, I must agree with Andy: there's no reason to remove the 'stub' part, most of the code uses it, automated tools look for it, and it saves nothing. "must agree"... hmm, seems a bit unwilling. ;-) I have to admit that my reply was slightly(?) rude...
Andreas Mohr
participants (2)
-
Andreas Mohr -
Dimitrie O. Paun