handle modules in exporteed procedures.

This commit is contained in:
Vítor Santos Costa 2014-10-07 09:59:59 +01:00
parent 1fff999e5e
commit cff80914e4

View File

@ -1623,7 +1623,7 @@ with SICStus Prolog.
(
'$is_metapredicate'(G,CurMod)
->
'$meta_expansion'(G, CurMod, M, M, NG,[])
'$meta_expansion'(G, M, CurMod, M, NG,[])
;
NG = G
).