(44 . 6)(44 . 10)
1296 -- The 'zero' position, as with the Data Stack, indicates 'emptiness'
1297 -- when pointed to by CSP ( see ffa_calc.adb ) and is never accessed.
1298
1299 -- Valid indices into the Subroutine Table:
1300 subtype Subroutine_Table_Range is Natural range 0 .. Subroutine_Table_Size;
1301 -- The 'zero' position indicates 'emptiness', as in the above.
1302
1303 -- Ensure that requested Peh Dimensions are permissible. Terminate if not.
1304 procedure Validate_Peh_Dimensions(Dimensions : in Peh_Dimensions);
1305