bin/mined cleanup stage1
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Apr 26 06:35:13 PDT 2005
On Tue, Apr 26, 2005 at 08:32:09PM +0800, Sepherosa Ziehau wrote:
> 1) remove register keyword
> 2) remove (void) before function call
> 3) ANSIfy
> 4) initialize stack variable properly
> 5) WARNS 3
>
> please review it
Can you redo the patch with the following changes please?
1) No prototype macros, real prototypes
void FS(void);
2) Line break after return type at declarations.
Thanks, Joerg
More information about the Submit
mailing list