X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ee7e9c2e455536ab817ae0136acfbb53822eecd..3c7b741ce2f591d3f8ebfd44aaa136d99e06fae8:/src/gras/DataDesc/ddt_parse.yy.l diff --git a/src/gras/DataDesc/ddt_parse.yy.l b/src/gras/DataDesc/ddt_parse.yy.l index 003851112e..29d029d59a 100644 --- a/src/gras/DataDesc/ddt_parse.yy.l +++ b/src/gras/DataDesc/ddt_parse.yy.l @@ -56,10 +56,10 @@ digit [0-9] } "*/" { - PARSE_ERROR0("``/*g'' construct closed by a regular ``*/''"); + PARSE_ERROR("``/*g'' construct closed by a regular ``*/''"); } \n { - PARSE_ERROR0("Type annotation cannot spread over several lines"); + PARSE_ERROR("Type annotation cannot spread over several lines"); } .* { /* eat the rest */