Next: Pragma Restriction_Warnings, Previous: Pragma Remote_Access_Type, Up: Implementation Defined Pragmas [Contents][Index]
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.