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


Pragma Main

Syntax:

     pragma Main
      (MAIN_OPTION [, MAIN_OPTION]);
     
     MAIN_OPTION ::=
       [STACK_SIZE              =>] static_integer_EXPRESSION
     | [TASK_STACK_SIZE_DEFAULT =>] static_integer_EXPRESSION
     | [TIME_SLICING_ENABLED    =>] static_boolean_EXPRESSION

This pragma is provided for compatibility with OpenVMS VAX Systems. It has no effect in GNAT, other than being syntax checked.