From: velho Date: Tue, 24 Apr 2007 09:15:24 +0000 (+0000) Subject: Added #define NOSHORTS in order to fix a bug in the csdp library. X-Git-Tag: v3.3~1918 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/50009f9e4abeaf823d476315d48f44a2f4de65e3?ds=sidebyside Added #define NOSHORTS in order to fix a bug in the csdp library. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3442 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/surf/sdp.c b/src/surf/sdp.c index 547f6849ae..56dd87d602 100644 --- a/src/surf/sdp.c +++ b/src/surf/sdp.c @@ -19,6 +19,7 @@ /* * SDP specific variables. */ +#define NOSHORTS #include