do not do macro_expansion from goal, only when consulting.
This commit is contained in:
parent
c3e84c9aaf
commit
91b09d7382
@ -500,4 +500,5 @@ contains_illegal_dcgnt(NT) :-
|
|||||||
% nl.
|
% nl.
|
||||||
|
|
||||||
goal_expansion_allowed :-
|
goal_expansion_allowed :-
|
||||||
|
prolog_load_context(_, _), % make sure we are compiling.
|
||||||
\+ current_prolog_flag(xref, true).
|
\+ current_prolog_flag(xref, true).
|
||||||
|
Reference in New Issue
Block a user