Changeset 4329 for trunk/configs/swihook.pl
- Timestamp:
- 06/28/08 16:50:20 (5 months ago)
- Files:
-
- 1 modified
-
trunk/configs/swihook.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/swihook.pl
r4323 r4329 8 8 % make/0 9 9 % 10 % last updated: August 24, 200610 % last updated: June 29, 2008 11 11 % 12 12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 18 18 19 19 user:prolog_load_file(_:Spec, Options) :- 20 \+ '$lgt_member'(must_be_module(true), Options), % exclude calls to use_module/1-2 20 21 ( atom(Spec) -> 21 22 expand_file_name(Spec, [SpecExp]),
