Next: , Previous: , Up: Implementation Defined Pragmas   [Contents][Index]


2.140 Pragma Profile

Syntax:

pragma Profile (Ravenscar | Restricted | Rational |
                GNAT_Extended_Ravenscar | GNAT_Ravenscar_EDF );

This pragma is standard in Ada 2005, but is available in all earlier versions of Ada as an implementation-defined pragma. This is a configuration pragma that establishes a set of configuration pragmas that depend on the argument. Ravenscar is standard in Ada 2005. The other possibilities (Restricted, Rational, GNAT_Extended_Ravenscar, GNAT_Ravenscar_EDF) are implementation-defined. The set of configuration pragmas is defined in the following sections.


Next: , Previous: , Up: Implementation Defined Pragmas   [Contents][Index]