summaryrefslogtreecommitdiff
path: root/gcc/ada/hostparm.ads
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-19 09:40:25 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-19 09:40:25 +0000
commitcc41c998cd7a0a9d7aa46721d7bec75376923e2a (patch)
tree9335fe7171096c65ae6ba562393e40be4ad83fcc /gcc/ada/hostparm.ads
parentd7ed0a45cb30fc6b41f04a163c02d550bb487a18 (diff)
downloadgcc-cc41c998cd7a0a9d7aa46721d7bec75376923e2a.tar.gz
2012-03-19 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 185514 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@185516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/hostparm.ads')
-rw-r--r--gcc/ada/hostparm.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/hostparm.ads b/gcc/ada/hostparm.ads
index 67a7f1d4c3c..ebecd5ceeff 100644
--- a/gcc/ada/hostparm.ads
+++ b/gcc/ada/hostparm.ads
@@ -69,11 +69,6 @@ package Hostparm is
-- of file names in the library, must be at least Max_Line_Length, but
-- can be larger.
- Max_Instantiations : constant := 8000;
- -- Maximum number of instantiations permitted (to stop runaway cases
- -- of nested instantiations). These situations probably only occur in
- -- specially concocted test cases.
-
Tag_Errors : constant Boolean := False;
-- If set to true, then brief form error messages will be prefaced by
-- the string "error:". Used as default for Opt.Unique_Error_Tag.