Re: [PATCH 02/11] Fix declare variable at mid of function
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:47:15
Hi,
On Tue, 18 Aug 2009, Frank Li wrote:
Some compiler such as MSVC can't support declear variable at mid of funtion at c file.
Please wrap your commit messages after 76 characters.
Signed-off-by: Frank Li <redacted>
---
How about this instead?
Avoid declaration after instruction
Microsoft Visual C++ does not understand this C99 style.
?
The patch itself is good.
Ciao,
Dscho