6.2.4 Discontiguous Declarations

A declaration

     :- discontiguous PredSpec, ..., PredSpec.  ISO

where each PredSpec is a predicate spec, disables warnings about clauses not being together for the specified predicates. By default, such warnings are issued in development systems unless disabled selectively for specific predicates, or globally by setting the discontiguous_warnings flag to off.