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


Pragma No_Run_Time

Syntax:

     pragma No_Run_Time;

This is an obsolete configuration pragma that historically was used to setup what is now called the "zero footprint" library. It causes any library units outside this basic library to be ignored. The use of this pragma has been superseded by the general configurable run-time capability of GNAT where the compiler takes into account whatever units happen to be accessible in the library.