# HG changeset patch # User Paul Boddie # Date 1483994340 -3600 # Node ID ad302736070d72765d408c344c4c556fef1d8c9b # Parent 8c38470be06e854c18ec9ae032c1e5167bc9f357 Renamed the default output executable filename to _main. diff -r 8c38470be06e -r ad302736070d lplc --- a/lplc Mon Jan 09 20:01:53 2017 +0100 +++ b/lplc Mon Jan 09 21:39:00 2017 +0100 @@ -90,7 +90,7 @@ # Obtain the output filename. - output = outputs and outputs[0] or "main" + output = outputs and outputs[0] or "_main" # Define the output data directories.