Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 25 Sep 2006 19:01:37 +0000 (19:01 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 25 Sep 2006 19:01:37 +0000 (19:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2810 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/snprintf.c

index 9f99d67..8ce12fe 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>
-/* to get a working stdarg.h */
 
-
-#include "portable.h"
+#include "portable.h" /* to get a working stdarg.h */
 
 #include <assert.h>
 #include <errno.h>