mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Hoist code that prints copyright notices out into separate predicates,
so that they can be updated in a single spot.
Use io.format more when generating usage messages.
compiler/handle_options.m:
As above.
Rename usage/2 -> short_usage/2 for consistency with elsewhere.
Add an XXX about a comment that looks to be out-of-date.
compiler/mercury_compile_main.m:
Conform to the above change.
profiler/mercury_profile.m:
As above.
profiler/options.m:
Delete a stray newline.
slice/mcov.m:
As above.