From 2615a1731654f6692c63756454581241ae82761d Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 28 Sep 2004 10:49:09 +0000 Subject: [PATCH 1/1] 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 --- include/xbt/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /** -- 2.20.1