From 1d8c8889d9f7b247681084e21ff0d5caafa18c24 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 9 Mar 2003 15:09:46 +0000 Subject: [PATCH] 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 --- sdcc_vc_in.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2