From: navarrop Date: Mon, 14 Jun 2010 09:44:08 +0000 (+0000) Subject: We used those lines in VBC. X-Git-Tag: v3_5~957 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/737d112f2cd532ed9c2f46a7318b67afc2e4463e?hp=21356cb0949b83667e4ba61de007c0c7847ab709 We used those lines in VBC. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7851 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/gras_config.h.in b/buildtools/Cmake/gras_config.h.in index e31398168d..5d0d6a2917 100644 --- a/buildtools/Cmake/gras_config.h.in +++ b/buildtools/Cmake/gras_config.h.in @@ -283,14 +283,12 @@ `char[]'. */ #cmakedefine YYTEXT_POINTER - #ifndef __VISUALC__ - /* Optional va_copy() implementation activation */ - #ifndef HAVE_VA_COPY - #define va_copy(d, s) __VA_COPY_USE(d, s) - #endif - /* Define to id of used va_copy() implementation */ - #cmakedefine __VA_COPY_USE(d, s) @__VA_COPY_USE@ +/* Optional va_copy() implementation activation */ +#ifndef HAVE_VA_COPY +#define va_copy(d, s) __VA_COPY_USE(d, s) #endif +/* Define to id of used va_copy() implementation */ +#cmakedefine __VA_COPY_USE(d, s) @__VA_COPY_USE@ /* Define to empty if `const' does not conform to ANSI C. */ #cmakedefine const @const@