"Hiroshi Saito" <[EMAIL PROTECTED]> writes:
> --- src/include/c.h.orig      Sat Jul 15 01:38:59 2006
> +++ src/include/c.h   Sat Jul 15 01:40:04 2006
> @@ -60,7 +60,9 @@
>  #if defined(_MSC_VER) || defined(__BORLANDC__)
>  #define      WIN32_ONLY_COMPILER
>  #define errcode __vc_errcode
> +#if (_MSC_VER > 1400)
>  #include <crtdefs.h>
> +#endif
>  #undef errcode
>  #endif
>  

This patch certainly looks like it will break the __BORLANDC__ build ...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to