Is there a way to configure the default C/CPP compiler from Microsoft Visual Studio 2008 to compile in the C89 standard?
I am testing code that will be used on a Microchip PIC32 and I would like to make sure they are compatable. It uses C89.
If impossible, what would be a good alternative compiler + IDE combination that supports C89 on a Windows 7 x64 PC?