Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce a surf_parse_error function to deal with parse errors in the input file...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 24 Jun 2008 20:35:44 +0000 (20:35 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 24 Jun 2008 20:35:44 +0000 (20:35 +0000)
commita6e33517b4203da32bcdb7bf33a98ecdd2d4ec81
tree9523399f198cb055590d2abd44a1dd31c32ecb8e
parentabf335889af3a55db956b5baa10f205032db346d
Introduce a surf_parse_error function to deal with parse errors in the input file: user don't care about the code stack in that context, but want to spot the error in the file. Also, change the brain dead code to deal with foreach radical attribute to a half decent one (at least, we try to do the right thing)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5797 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/surfxml_parse.c