The RM 2.2(15) that the comment mentioned before this patch doesn't
exist. It's pretty clear that the comment meant to refer to
RM 2.2(14) instead.
gcc/ada/
* hostparm.ads: Fix reference to RM clause.
-- have a valid Column_Number equal to Max_Line_Length to represent
-- the location of a "line too long" error.
--
- -- 200 is the minimum value required (RM 2.2(15)). The value set here
+ -- 200 is the minimum value required (RM 2.2(14)). The value set here
-- can be reduced by the explicit use of the -gnatyM style switch.
Max_Name_Length : constant := 1024;