Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compile about every existing SMPI examples (reduce don't compile)
[simgrid.git] / src / msg / msg_config.c
index 5bb0763..77afd4c 100644 (file)
  */
 void MSG_config(const char *name, ...)
 {
+  va_list pa;
 
   if (!msg_global) {
     fprintf(stderr,
-           "ERROR: Please call MSG_init() before using MSG_config()\n");
+            "ERROR: Please call MSG_init() before using MSG_config()\n");
     abort();
   }
 
 
-  va_list pa;
+
   /*  xbt_cfg_dump("msg_cfg_set","",_msg_cfg_set); */
   va_start(pa, name);