Show
Ignore:
Timestamp:
10/20/08 11:40:52 (3 months ago)
Author:
pmoura
Message:

Use static binding when using the "lgtunit" library object.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/lgtunit_loader.lgt

    r4224 r4523  
    22:- initialization(( 
    33    logtalk_load([termp, term], [reload(skip)]),    % allow for static binding 
    4     logtalk_load(lgtunit))). 
     4    logtalk_load(lgtunit, [reload(skip)]))).