- C1545BA38D991624749345A5AE24336FCA2D3CA04E06F3E4F9B77AEEA15A717A1EB4F1B5B6E2D7F14229335706FDF94770E2F5CBE13471D6E93750A8DC3C5A2F
+ 18AD9896DF7D86EC9357635446177DC9EC5F7D87F819AB92134EDC51E749B006E8A8D86135DCB69C6297A417E6964CA145CD53F26D178E033733A52AD5536D2D
ffa/ffacalc/limits.ads
(29 . 4)(29 . 10)
1310 -- The exact height of the Peh Control Stack. This is an invariant.
1311 Peh_Control_Stack_Size : constant Positive := 256;
1312
1313 -- The exact size of the Peh Subroutine Table. This is an invariant.
1314 Subroutine_Table_Size : constant Positive := 256;
1315
1316 -- The minimum number of Symbols in a Subroutine Name. This is an invariant.
1317 Subr_Min_Name_Length : constant Positive := 2;
1318
1319 end Limits;