Changeset 4048 for trunk/configs
- Timestamp:
- 01/23/08 17:15:10 (12 months ago)
- Files:
-
- 1 modified
-
trunk/configs/yap.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/yap.config
r4045 r4048 348 348 % Logtalk source file, given a list of options 349 349 350 '$lgt_load_prolog_code'(File, Source, Options) :- 351 '$lgt_file_extension'(logtalk, Extension), 352 atom_concat(Source, Extension, SourceFile), 353 absolute_file_name(SourceFile, ExpandedSourceFile), 354 load_files(File, [derived_from(ExpandedSourceFile)| Options]). 350 '$lgt_load_prolog_code'(File, _, Options) :- 351 load_files(File, Options). 355 352 356 353
