From 984eea37bf79c5050c5560ecc052212047adfebc Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 4 Dec 2007 16:05:21 +0000 Subject: [PATCH] these symbols had multiple definitions 5mn ago, and now, they are not defined anymore. I hate the MacOSX linker git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5106 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surfxml_parse.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 7fd132a908..0afe41f7ae 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -17,6 +17,11 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_parse, surf, #undef CLEANUP #include "surfxml.c" +/* Initialize the parsing globals */ +int route_action = 0; +xbt_dict_t traces_set_list = NULL; +xbt_dynar_t traces_connect_list = NULL; + /* This buffer is used to store the original buffer before substituing it by out own buffer. Usefull for the foreach tag */ char* old_buff; /* Stores the set name reffered to by the foreach tag */ -- 2.20.1