follow SWI.

This commit is contained in:
Vítor Santos Costa 2012-02-13 11:23:30 +00:00
parent dd762fe664
commit 8a5413c2fb
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ Start a new (source-)module
@param Line is the line-number of the :- module/2 directive. @param Line is the line-number of the :- module/2 directive.
@param Redefine If =true=, allow associating the module to a new file @param Redefine If =true=, allow associating the module to a new file
*/ */
'$declare_module'(Name, Context, _, _, _) :- '$declare_module'(Name, _Test, Context, _File, _Line, _) :-
add_import_module(Name, Context, start). add_import_module(Name, Context, start).
module_property(Mod, file(F)) :- module_property(Mod, file(F)) :-