On Mon, Oct 19, 2015 at 5:52 AM, <sisyph...@optusnet.com.au> wrote:

> <snip>
>
> This type of problem has cropped up time and time again with PDL and
> ActiveState's M$ compilers. I don't know if M$ have even released a
> C99-compliant compiler yet.
>
> <snip>
>

To my knowledge, Microsoft has not released a C99 or newer compiler, and
they have made no indications that they will. In case you were curious, a
lot of C source code that aims to be cross-platform has to target C89
precisely because the "main" compiler on Windows, Visual C, is a C89
compiler.

David
-- 
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan
------------------------------------------------------------------------------
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to