diff options
Diffstat (limited to 'src/errorout.ads')
-rw-r--r-- | src/errorout.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errorout.ads b/src/errorout.ads index 5888193dc..f8cd0eb29 100644 --- a/src/errorout.ads +++ b/src/errorout.ads @@ -24,7 +24,7 @@ package Errorout is Nbr_Errors : Natural := 0; -- Maximum number of errors, before silent them. - Max_Nbr_Errors : constant Natural := 100; + Max_Nbr_Errors : Natural := 100; type Msgid_Type is ( |