X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2851c17a93adcd3931c937b698b65f81400c6dc3..b77b96a6fdd5563137a78a3d678bcbfa8bda66db:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index dc00903ec1..ea964d5af2 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -21,7 +21,7 @@ typedef struct s_dyn_light { int size; } s_dyn_light_t, *dyn_light_t; -XBT_PUBLIC(double) sg_maxmin_precision = 0.00001; +XBT_EXPORT_NO_IMPORT(double) sg_maxmin_precision = 0.00001; static void *lmm_variable_mallocator_new_f(void); static void lmm_variable_mallocator_free_f(void *var);