"Compiled on " << version::date << "\n\n";
if (!parse_res || opt::help_requested)
opt::usage();
- MSG_clean();
+ res = MSG_clean();
exit(parse_res ? EXIT_NO_FAILURE : EXIT_FAILURE_ARGS);
}
XBT_INFO("%s v%s (%s)", opt::program_name.c_str(), version::num.c_str(),
# define msg_host_t m_host_t
# define msg_process_t m_process_t
# define msg_task_t m_task_t
+#else // =============================================================== //
+# define MSG_clean() MSG_OK
#endif // ============================================================== //
#endif // !SIMGRID_FEATURES_H