Go to the first, previous, next, last section, table of contents.

OBSOLETE Pragma

The pragma <*OBSOLETE*> may precede any declaration in an interface (e.g. <*OBSOLETE*> PROCEDURE P ();). A warning is emitted in any module that uses an obsolete symbol. This feature is used to warn clients that an evolving interface that they are using includes features which will disappear in the future.


Go to the first, previous, next, last section, table of contents.