root/trunk/examples/errors/errors_loader.lgt

Revision 4601, 0.6 KB (checked in by pmoura, 7 weeks ago)

Added svn:mime-type property to source files (set to text/x-logtalk).

  • Property svn:mime-type set to text/x-logtalk
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2:- initialization((
3    catch(logtalk_load(lgtmthdredef, [report(on)]), _, true),
4    catch(logtalk_load(invclause, [report(on)]), _, true),
5    catch(logtalk_load(unknowndir, [report(on)]), _, true),
6    catch(logtalk_load(noninstdir, [report(on)]), _, true),
7    catch(logtalk_load(invargdir, [report(on)]), _, true),
8    catch(logtalk_load(unmatchdir, [report(on)]), _, true),
9    catch(logtalk_load(catdynpred, [report(on)]), _, true),
10    catch(logtalk_load(ccredef, [report(on)]), _, true),
11    catch(logtalk_load(usesrepeated, [report(on)]), _, true),
12    catch(logtalk_load(usesconflict, [report(on)]), _, true))).
Note: See TracBrowser for help on using the browser.