From: mquinson Date: Wed, 19 Jul 2006 14:31:00 +0000 (+0000) Subject: Yeah, right. Comments within comments. Erm. No comments X-Git-Tag: v3.3~2724 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a5fa0e26004ac8dafe1c9d50c1c14e6d7190f16f?ds=sidebyside Yeah, right. Comments within comments. Erm. No comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2635 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/set.h b/include/xbt/set.h index 7ee7a12fc7..ef0817e14f 100644 --- a/include/xbt/set.h +++ b/include/xbt/set.h @@ -25,7 +25,7 @@ SG_BEGIN_DECL() unsigned int ID; char *name; unsigned int name_len; - /* my other fields, constituting the payload */ + // my other fields, constituting the payload } my_element_type_t; \endverbatim * * Since we are casting elements around, no protection is ensured by the @@ -34,7 +34,7 @@ SG_BEGIN_DECL() * \verbatim struct { XBT_SET_HEADERS; - /* my other fields, constituting the payload */ + // my other fields, constituting the payload } my_element_type_t; \endverbatim * * It is impossible to remove an element from such a data structure.