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

OBSOLETE Pragma

<*OBSOLETE*>

The pragma <*OBSOLETE*> may precede any declaration (e.g. <*OBSOLETE*> PROCEDURE P ();). A warning is emitted in any module that references 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.