2009/8/17 Johannes Schindelin [off-list ref]:
Hi,
On Tue, 18 Aug 2009, Frank Li wrote:
quoted
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.
quoted
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.
Shouldn't GCC be changed to use -std=c89 as well to pick up errors for
compilers that don't support c99 (like the Microsoft Visual C++ C
compiler)?
- Reece