fixes in modules
system support for WIN32 (first try). small fixes. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@45 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -850,7 +850,9 @@ user_defined_directive(Dir,Action) :-
|
||||
'$fast_do'(M:G) :- '$mod_switch'(M,G).
|
||||
'$fast_do'('$spycalls'(G,Res)) :- '$spycalls'(G,Res).
|
||||
'$fast_do'('$profile_data'(P, Parm, Data)) :- '$profile_data'(P, Parm, Data).
|
||||
|
||||
'$fast_do'('$ensure_loaded'(F)) :- '$ensure_loaded'(F).
|
||||
'$fast_do'('$consult'(F)) :- '$consult'(F).
|
||||
'$fast_do'('$reconsult'(F)) :- '$reconsult'(F).
|
||||
|
||||
'$set_toplevel_hook'(_) :-
|
||||
'$recorded'('$toplevel_hooks',_,R),
|
||||
|
Reference in New Issue
Block a user