From: mquinson Date: Wed, 30 Apr 2008 09:47:58 +0000 (+0000) Subject: do not to uniformize the type naming scheme today X-Git-Tag: v3.3~526 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8700caca74cad94377ac2e631ccaf9693dd83e7d do not to uniformize the type naming scheme today git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5361 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index 0f9b5af604..1332b75e39 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -33,7 +33,7 @@ typedef struct xbt_dictelm_ { xbt_dictelm_t next; } s_xbt_dictelm_t; -typedef struct xbt_dict_s { +typedef struct xbt_dict_ { xbt_dictelm_t *table; int table_size; int count;