]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surfxml_parseplatf.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix comment, and add a runtime warning when stack overflow protection is known to...
[simgrid.git] / src / surf / surfxml_parseplatf.c
index 198b74563c79dbd35a69fd11bae681f5bbb521fe..2c93389049901a735548d5c01db66dff0a7d5627 100644 (file)
@@ -119,6 +119,6 @@ void parse_platform_file(const char *file)
   /* Stop the flex parser */
   surf_parse_close();
   if (parse_status)
-    xbt_die("Parse error in %s", file);
+    surf_parse_error("Parse error in %s", file);
 }