diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-09 14:28:57 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-09 14:28:57 +0200 |
commit | c75c4293c3ffaf2f65ae42f7439939ae0cc65dbb (patch) | |
tree | fefb527cc5b46391416be1e51e34a5cba5b99c02 /gcc/ada/styleg.ads | |
parent | e7aea0fa3f2f3b8becc30a8ff11f835f93cc8939 (diff) | |
download | gcc-c75c4293c3ffaf2f65ae42f7439939ae0cc65dbb.zip gcc-c75c4293c3ffaf2f65ae42f7439939ae0cc65dbb.tar.gz gcc-c75c4293c3ffaf2f65ae42f7439939ae0cc65dbb.tar.bz2 |
[multiple changes]
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
From-SVN: r145832
Diffstat (limited to 'gcc/ada/styleg.ads')
-rw-r--r-- | gcc/ada/styleg.ads | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ada/styleg.ads b/gcc/ada/styleg.ads index ac883b6..64fd51e 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; |