Next: Block Declarations, Previous: Volatile Declarations, Up: ref-lod-dcl [Contents][Index]
By default, the development system issues warnings if it encounters clauses that are not together for some predicate. A declaration:
:- discontiguous :PredSpec, …, :PredSpec. ISO
disables such warnings for the predicates specified by each
PredSpec. The warnings can also be disabled globally by setting
the discontiguous_warnings
flag to off
.
See mpg-ref-discontiguous.