X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ccedb07575381e28a3143247e9028fe4f73bcd96..fc3419efe4d92bfa202543376995977c6a3171e9:/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);