- D190CE3AEB4C78D22671E7D960508560E04FA0AAE61B1E84B9486B32183DBEE0C829AE81AF30C277F5EC395EC268386640F0486C6113BCA9B96F72BE3D0341C9
+ 90A94967440D1AE75C85DE8970952891FE5FDACB9FC3F23B4F19440338DF4034A98EAF40952BD7F630975FD19EDB039235070A9A401274A08B01F2A9CB89B001
ffa/ffacalc/ffa_calc.ads
(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