(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;