| 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))). |
|---|