From: borutr Date: Sun, 9 Mar 2003 15:09:46 +0000 (+0000) Subject: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1d8c8889d9f7b247681084e21ff0d5caafa18c24;p=fw%2Fsdcc explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2354 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/sdcc_vc_in.h b/sdcc_vc_in.h index ca31c66e..68e5bd53 100644 --- a/sdcc_vc_in.h +++ b/sdcc_vc_in.h @@ -28,14 +28,15 @@ #define STD_DS390_LIB "libds390" // #undef HAVE_SYS_SOCKET_H -// #undef HAVE_SYS_ISA_DEFS_H +// #undef HAVE_SYS_ISA_DEFS_H // #undef HAVE_ENDIAN_H #undef HAVE_STRERROR #define HAVE_VSNPRINTF -#define vsnprintf _vsnprintf +#define vsnprintf _vsnprintf #undef HAVE_SPRINTF #undef HAVE_VSPRINTF +#undef HAVE_MKSTEMP #define TYPE_BYTE char #define TYPE_WORD short