From 37a7930defd21eff283b399671e0801eb8d0d464 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 16 Aug 2005 21:51:32 +0000 Subject: [PATCH] include the right files git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1657 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/deployment.c | 2 +- src/surf/surf_parse.c | 6 +++--- tools/gras/stub_generator.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/msg/deployment.c b/src/msg/deployment.c index 70e47f13da..eacb7fef92 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -8,7 +8,7 @@ #include "private.h" #include "xbt/sysdep.h" #include "xbt/log.h" -#include "surf/surf_parse.h" +#include "surf/surf_parse_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(deployment, msg, "Logging specific to MSG (environment)"); diff --git a/src/surf/surf_parse.c b/src/surf/surf_parse.c index 2053fb17be..e432e14c70 100644 --- a/src/surf/surf_parse.c +++ b/src/surf/surf_parse.c @@ -7,7 +7,7 @@ #include "xbt/misc.h" #include "xbt/log.h" -#include "surf/surf_parse.h" +#include "surf/surf_parse_private.h" #include "surf/surf_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(parse, surf ,"Logging specific to the SURF module"); @@ -179,12 +179,12 @@ void surf_parse_close(void) { } -static int __surf_parse(void) +static int _surf_parse(void) { return surf_parse_lex(); } -int_f_void_t surf_parse = __surf_parse; +int_f_void_t surf_parse = _surf_parse; void surf_parse_get_double(double *value,const char *string) { diff --git a/tools/gras/stub_generator.c b/tools/gras/stub_generator.c index c82f089197..e4affcefa0 100644 --- a/tools/gras/stub_generator.c +++ b/tools/gras/stub_generator.c @@ -10,7 +10,7 @@ #include "xbt/sysdep.h" #include "xbt/log.h" -#include "surf/surf_parse.h" +#include "surf/surf_parse_private.h" #include "surf/surf.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(stubgen,gras,"Stub generator"); -- 2.20.1