Changeset 4447 for trunk/compiler

Show
Ignore:
Timestamp:
08/25/08 02:03:49 (5 months ago)
Author:
pmoura
Message:

Added a multifile/1 directive for the logtalk_library_path/2 predicate. Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4446 r4447  
    147147% table of library paths 
    148148 
    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). 
    150151 
    151152