erase_source is not used any longer: source is packaed with code.
This commit is contained in:
parent
6efb3176f7
commit
373d488974
@ -233,7 +233,6 @@ assertz_static(C) :-
|
|||||||
( get_value('$abol',true)
|
( get_value('$abol',true)
|
||||||
->
|
->
|
||||||
'$flags'(Head,Mod,Fl,Fl),
|
'$flags'(Head,Mod,Fl,Fl),
|
||||||
( Fl /\ 0x00400000 =\= 0 -> '$erase_source'(Head,Mod) ; true ),
|
|
||||||
( Fl /\ 0x20000000 =\= 0 -> '$check_multifile_pred'(Head,Mod,Fl) ; true )
|
( Fl /\ 0x20000000 =\= 0 -> '$check_multifile_pred'(Head,Mod,Fl) ; true )
|
||||||
;
|
;
|
||||||
true
|
true
|
||||||
@ -252,7 +251,6 @@ assertz_static(C) :-
|
|||||||
( get_value('$abol',true)
|
( get_value('$abol',true)
|
||||||
->
|
->
|
||||||
'$flags'(Head,Mod,Fl,Fl),
|
'$flags'(Head,Mod,Fl,Fl),
|
||||||
( Fl /\ 0x00400000 =\= 0 -> '$erase_source'(Head,Mod) ; true ),
|
|
||||||
( Fl /\ 0x20000000 =\= 0 -> '$check_multifile_pred'(Head,Mod,Fl) ; true )
|
( Fl /\ 0x20000000 =\= 0 -> '$check_multifile_pred'(Head,Mod,Fl) ; true )
|
||||||
;
|
;
|
||||||
true
|
true
|
||||||
|
Reference in New Issue
Block a user