From: donassbr Date: Wed, 26 Aug 2009 15:34:29 +0000 (+0000) Subject: Put SG_BEGIN_DECL and SG_END_DECL again. X-Git-Tag: SVN~1055 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e555a4197724da919d43720406c1d8709387ca95 Put SG_BEGIN_DECL and SG_END_DECL again. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6642 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/surf/simgrid_dtd.h b/include/surf/simgrid_dtd.h index 43b0e1fe7a..63dc0b2c57 100644 --- a/include/surf/simgrid_dtd.h +++ b/include/surf/simgrid_dtd.h @@ -48,6 +48,8 @@ #ifndef _FLEXML_simgrid_H #define _FLEXML_simgrid_H +SG_BEGIN_DECL() + /* XML application entry points. */ XBT_PUBLIC(void) STag_surfxml_platform(void); XBT_PUBLIC(void) ETag_surfxml_platform(void); @@ -412,4 +414,6 @@ XBT_PUBLIC(int) yylex(void); /* Flexml error handling function (useful only when -q flag passed to flexml) */ const char *surfxml_parse_err_msg(void); + +SG_END_DECL() #endif