From: mquinson Date: Tue, 28 Sep 2004 10:49:09 +0000 (+0000) Subject: Make sure it works on my laptop before trying on AIX, la putain de sa mere X-Git-Tag: v3.3~4917 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2615a1731654f6692c63756454581241ae82761d?hp=61b5bee4ad8a9964696f05b0ea94c158500811e4 Make sure it works on my laptop before trying on AIX, la putain de sa mere git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@433 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/log.h b/include/xbt/log.h index 5b92f13828..81aa6b215e 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -131,7 +131,7 @@ typedef enum { * (used by macros that don't explicitly specify a category). */ #define GRAS_LOG_NEW_DEFAULT_CATEGORY(cname,desc) \ - GRAS_LOG_NEW_CATEGORY(cname,desc) \ + GRAS_LOG_NEW_CATEGORY(cname,desc); \ GRAS_LOG_DEFAULT_CATEGORY(cname) /**