summaryrefslogtreecommitdiff
path: root/gcc/ada/styleg.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-09 12:28:57 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-09 12:28:57 +0000
commitecf90fb4702994501e53c60872210ff6acefff5a (patch)
treefefb527cc5b46391416be1e51e34a5cba5b99c02 /gcc/ada/styleg.ads
parent2eabe08b3c66326a8ed87e91ca20ac46f66c5a1f (diff)
downloadgcc-ecf90fb4702994501e53c60872210ff6acefff5a.tar.gz
2009-04-09 Vincent Celier <celier@adacore.com>
* errout.adb: Remove dependency on package Style * style.ads, styleg.adb, styleg.ads (RM_Column_Check): Remove function, moved to Stylesw. * stylesw.ads, stylesw.adb (RM_Column_Check): New function, moved from Styleg. * errutil.adb, par.adb: Import Stylesw 2009-04-09 Arnaud Charlet <charlet@adacore.com> * opt.ads: Fix typos. 2009-04-09 Robert Dewar <dewar@adacore.com> * einfo.adb: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/styleg.ads')
-rw-r--r--gcc/ada/styleg.ads8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ada/styleg.ads b/gcc/ada/styleg.ads
index ac883b6bbde..64fd51ecb49 100644
--- a/gcc/ada/styleg.ads
+++ b/gcc/ada/styleg.ads
@@ -29,9 +29,6 @@
-- to these subprograms are only made if Opt.Style_Check is set True.
-- Styleg does not depends on the GNAT tree (Atree, Sinfo, ...).
--- For the compiler, there is also a child package Styleg.C that depends
--- on the GNAT tree.
-
with Types; use Types;
generic
@@ -173,9 +170,4 @@ package Styleg is
-- This is not used for keywords appearing as attribute designators,
-- where instead Check_Attribute_Name (True) is called.
- function RM_Column_Check return Boolean;
- pragma Inline (RM_Column_Check);
- -- Determines whether style checking is active and the RM column check
- -- mode is set requiring checking of RM format layout.
-
end Styleg;