Next: , Previous: Pragma Remote_Access_Type, Up: Implementation Defined Pragmas


2.147 Pragma Restricted_Run_Time

Syntax:

    pragma Restricted_Run_Time;

This pragma is considered obsolescent, but is retained for compatibility purposes. It is equivalent to:

    pragma Profile (Restricted);

which is the preferred method of setting the restricted run time profile.