root/trunk/library/lgtunit_loader.lgt

Revision 4523, 136 bytes (checked in by pmoura, 5 weeks ago)

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

  • Property svn:eol-style set to native
Line 
1
2:- initialization((
3    logtalk_load([termp, term], [reload(skip)]),    % allow for static binding
4    logtalk_load(lgtunit, [reload(skip)]))).
Note: See TracBrowser for help on using the browser.