X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a6157abf9619875297ff1d16c1e5c63c526d4c1..3c7b741ce2f591d3f8ebfd44aaa136d99e06fae8:/src/gras/DataDesc/ddt_parse.yy.l?ds=sidebyside 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 */