Changeset 4447 for trunk/compiler
- Timestamp:
- 08/25/08 02:03:49 (5 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4446 r4447 147 147 % table of library paths 148 148 149 :- dynamic(logtalk_library_path/2). % logtalk_library_path(Library, Path) 149 :- multifile(logtalk_library_path/2). % logtalk_library_path(Library, Path) 150 :- dynamic(logtalk_library_path/2). 150 151 151 152
