Skip to content

Commit 95d9a47

Browse files
committed
(core) minor, comments in mexpand.pl
Src-commit: 022d94f65f3649fd002e3f71144192fb5bcc7d3b
1 parent dc7f6ab commit 95d9a47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/lib/compiler/mexpand.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,11 @@
141141
mexpand_imports_last(M, IM, F, N, EM) :- mexpand_imports(M, IM, F, N, EM).
142142
:- else.
143143
% Last import has priority (new semantics)
144-
% TODO:[oc-merge] fix: traverse modules in reverse order in modload.c instead
144+
% TODO:[oc-merge] keep in sync with modload.c and oc version of mexpand.pl
145145

146146
:- use_module(engine(internals), ['$setarg'/4]).
147147

148+
% mexpand_imports_last(+M, -IM, +F, +N, -EM):
148149
% Get last solution of imports (note that asserting imports in reverse
149150
% order may break source manipulating tools)
150151
mexpand_imports_last(M, IM, F, N, EM) :-

0 commit comments

Comments
 (0)