shuffle
This commit is contained in:
parent
6ec543c5f6
commit
5bf02425d2
@ -159,7 +159,7 @@ print_message(_, Msg) :-
|
|||||||
'grammar.yap',
|
'grammar.yap',
|
||||||
'ground.yap',
|
'ground.yap',
|
||||||
'listing.yap',
|
'listing.yap',
|
||||||
'arithpreds.yap',
|
'arithpreds.yap',
|
||||||
% modules must be after preds, otherwise we will have trouble
|
% modules must be after preds, otherwise we will have trouble
|
||||||
% with meta-predicate expansion being invoked
|
% with meta-predicate expansion being invoked
|
||||||
% must follow grammar
|
% must follow grammar
|
||||||
@ -178,7 +178,8 @@ print_message(_, Msg) :-
|
|||||||
'eam.yap',
|
'eam.yap',
|
||||||
'chtypes.yap',
|
'chtypes.yap',
|
||||||
'yapor.yap',
|
'yapor.yap',
|
||||||
'qly.yap',
|
'qly.yap',
|
||||||
|
'spy.yap',
|
||||||
'udi.yap'].
|
'udi.yap'].
|
||||||
|
|
||||||
:- meta_predicate(log_event(+,:)).
|
:- meta_predicate(log_event(+,:)).
|
||||||
|
Reference in New Issue
Block a user