From 019c6cc7b4c17dc45b74168e9ef1086e75ea1232 Mon Sep 17 00:00:00 2001 From: cherierm Date: Mon, 12 Feb 2007 19:39:47 +0000 Subject: [PATCH] now define the macro NEED_ASPRINTF git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3129 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/win32/compiler/borland.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/win32/compiler/borland.h b/src/win32/compiler/borland.h index 587caf01b8..939e26532e 100644 --- a/src/win32/compiler/borland.h +++ b/src/win32/compiler/borland.h @@ -194,6 +194,11 @@ #define NEED_ASPRINTF 1 #endif +/*#ifdef NEED_ASPRINTF +#undef NEED_ASPRINTF +#endif*/ + + /* enable the vasprintf replacement */ #if !defined(NEED_VASPRINTF) #define NEED_VASPRINTF 1 @@ -201,11 +206,10 @@ /* "disable the snprintf replacement ( this function is broken on system v only" */ -/* FIXME TO ANALYZE +/* FIXME TO ANALYZE */ #if defined(PREFER_PORTABLE_SNPRINTF) #undef PREFER_PORTABLE_SNPRINTF #endif -*/ #if !defined(PREFER_PORTABLE_SNPRINTF) #define PREFER_PORTABLE_SNPRINTF -- 2.20.1