Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We used those lines in VBC.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 14 Jun 2010 09:44:08 +0000 (09:44 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 14 Jun 2010 09:44:08 +0000 (09:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7851 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/gras_config.h.in

index e313981..5d0d6a2 100644 (file)
    `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@