From: alegrand Date: Wed, 6 Sep 2006 11:52:51 +0000 (+0000) Subject: Fix C++ comment X-Git-Tag: v3.3~2579 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ca9bf6a02e31f2a107f1963ba9724bb9a6affd77 Fix C++ comment git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2780 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/m_process.c b/src/msg/m_process.c index c7d966ff07..3ecbc09eec 100644 --- a/src/msg/m_process.c +++ b/src/msg/m_process.c @@ -116,7 +116,7 @@ m_process_t MSG_process_create_with_arguments(const char *name, xbt_fifo_unshift(host->simdata->process_list, process); - /* /////////////// FIX du current_process !!! ////////////// */ + /* *************** FIX du current_process !!! *************** */ self = msg_global->current_process; xbt_context_start(process->simdata->context); msg_global->current_process = self; diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 07c594502d..6c13d1c483 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -748,7 +748,7 @@ XBT_TEST_UNIT("crash",test_dict_crash,"Crash test"){ for (i=0;i<10;i++) { head=xbt_dict_new(); - // if (i%10) printf("."); else printf("%d",i/10); fflush(stdout); + /* if (i%10) printf("."); else printf("%d",i/10); fflush(stdout); */ nb=0; for (j=0;j<1000;j++) { key=xbt_malloc(SIZEOFKEY); @@ -771,7 +771,7 @@ XBT_TEST_UNIT("crash",test_dict_crash,"Crash test"){ head=xbt_dict_new(); xbt_test_add1("Fill %d elements, with keys being the number of element",NB_ELM); for (j=0;j