Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put SG_BEGIN_DECL and SG_END_DECL again.
authordonassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Aug 2009 15:34:29 +0000 (15:34 +0000)
committerdonassbr <donassbr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Aug 2009 15:34:29 +0000 (15:34 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6642 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/surf/simgrid_dtd.h

index 43b0e1f..63dc0b2 100644 (file)
@@ -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