Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : #ifdef instead of #if (found by Cristian R., thx)
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 16 Jul 2012 14:19:23 +0000 (16:19 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Mon, 16 Jul 2012 14:19:36 +0000 (16:19 +0200)
src/surf/surf_config.c

index 0cff30e..24cc5e4 100644 (file)
@@ -472,7 +472,7 @@ void surf_config_init(int *argc, char **argv)
                      xbt_cfgelm_int, &default_value_int, 0, 1,
                      NULL, NULL);
 
-#if HAVE_MC
+#ifdef HAVE_MC
     /* do model-checking */
     default_value_int = 0;
     xbt_cfg_register(&_surf_cfg_set, "model-check",