Changeset 4533 for trunk/compiler
- Timestamp:
- 10/22/08 18:24:27 (3 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4532 r4533 4267 4267 '$lgt_pp_file_rclause_'('$lgt_entity_property_'(Entity, file(NewBase, NewPath))), 4268 4268 (OldPath \== NewPath; OldBase \== NewBase) -> 4269 atom_concat(OldPath, OldBase, File)4269 File = OldBase-OldPath 4270 4270 ; File = nil 4271 4271 ). … … 4284 4284 ( File == nil -> 4285 4285 true 4286 ; write(' loaded from file '), write(File), nl 4286 ; File = Base-Path, 4287 write(' loaded from file '), write(Base), write(' ('), write(Path), write(')'), nl 4287 4288 ) 4288 4289 ; true
