From: cherierm Date: Mon, 12 Feb 2007 19:39:47 +0000 (+0000) Subject: now define the macro NEED_ASPRINTF X-Git-Tag: v3.3~2230 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/019c6cc7b4c17dc45b74168e9ef1086e75ea1232?hp=7b154016e54d112756f09e64c53df1e3453d117f 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 --- 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