Re: Gnumach Cleanup Round 3 - Move printf.h and add panic declaration

2006-11-09 Thread Samuel Thibault
Thomas Bushnell BSG, le Thu 09 Nov 2006 17:05:37 -0800, a écrit : > Why the change to add parentheses to printf.c:_doprnt? (If this is to > shut up a gcc warning, then it seems ok, I guess.) Yes, that's it, but I dropped it for now for patch coherency. Samuel __

Re: Gnumach Cleanup Round 3 - Move printf.h and add panic declaration

2006-11-09 Thread Thomas Bushnell BSG
Why the change to add parentheses to printf.c:_doprnt? (If this is to shut up a gcc warning, then it seems ok, I guess.) We do not normally put comments on #include's saying why the file was included for a couple reasons: it very quickly gets out of date, and it doesn't really communicate anythin