mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-15 22:03:26 +00:00
Module qualify end_module declarations.
compiler/*.m:
Module qualify the end_module declarations. In some cases, add them.
compiler/table_gen.m:
Remove an unused predicate, and inline another in the only place
where it is used.
compiler/add_pragma.m:
Give some predicates more meaningful names.
This commit is contained in:
@@ -722,3 +722,5 @@ is_valid_c_identifier(S) :-
|
||||
string.is_all_alnum_or_underscore(S).
|
||||
|
||||
%-----------------------------------------------------------------------------%
|
||||
:- end_module backend_libs.c_util.
|
||||
%-----------------------------------------------------------------------------%
|
||||
|
||||
Reference in New Issue
Block a user