Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added #define NOSHORTS in order to fix a bug in the csdp library.
authorvelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 24 Apr 2007 09:15:24 +0000 (09:15 +0000)
committervelho <velho@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 24 Apr 2007 09:15:24 +0000 (09:15 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3442 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/surf/sdp.c

index 547f684..56dd87d 100644 (file)
@@ -19,6 +19,7 @@
 /*
  * SDP specific variables.
  */
+#define NOSHORTS
 #include <declarations.h>