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


Pragma Volatile

Syntax:

     pragma Volatile (local_NAME);

This pragma is defined by the Ada 95 Reference Manual, and the GNAT implementation is fully conformant with this definition. The reason it is mentioned in this section is that a pragma of the same name was supplied in some Ada 83 compilers, including DEC Ada 83. The Ada 95 implementation of pragma Volatile is upwards compatible with the implementation in Dec Ada 83.