X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da7a08260c5aa258dba35f7d98195418e6ee7d92..6042678d235eeddfa0b7120c17c7fb4362881a88:/src/xbt/xbt_main.cpp?ds=sidebyside diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index 61d8a93f71..20be974e6d 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -39,7 +39,7 @@ char *xbt_binary_name = NULL; /* Name of the system process containing us (man xbt_dynar_t xbt_cmdline = NULL; /* all we got in argv */ int xbt_initialized = 0; -int _sg_do_clean_atexit = 1; +bool _sg_do_clean_atexit = true; int xbt_pagesize; int xbt_pagebits = 0;