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/stylesw.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/stylesw.ads')
-rw-r--r-- | gcc/ada/stylesw.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/stylesw.ads b/gcc/ada/stylesw.ads index 4ee7074..5822ce9 100644 --- a/gcc/ada/stylesw.ads +++ b/gcc/ada/stylesw.ads @@ -272,6 +272,10 @@ package Stylesw is -- Subprograms -- ----------------- + function RM_Column_Check return Boolean; + -- Determines whether style checking is active and the RM column check + -- mode is set requiring checking of RM format layout. + procedure Set_Default_Style_Check_Options; -- This procedure is called to set the default style checking options in -- response to a -gnaty switch with no suboptions or from -gnatyy. |