diff options
author | Robert Dewar <dewar@adacore.com> | 2013-09-10 15:16:41 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-09-10 17:16:41 +0200 |
commit | f2c0ca66325e53b302a2ccbfd25b28ffa4a619c9 (patch) | |
tree | 9f0e0f359b2432d5e87af46be21b68a2de8de7da /gcc/ada/switch-c.adb | |
parent | 7b64b700f29a6753d645e3c6a172039fbda94ac6 (diff) | |
download | gcc-f2c0ca66325e53b302a2ccbfd25b28ffa4a619c9.zip gcc-f2c0ca66325e53b302a2ccbfd25b28ffa4a619c9.tar.gz gcc-f2c0ca66325e53b302a2ccbfd25b28ffa4a619c9.tar.bz2 |
switch-c.adb: Minor reformatting.
2013-09-10 Robert Dewar <dewar@adacore.com>
* switch-c.adb: Minor reformatting.
* atree.ads (Original_Nodes): Add documentation on ASIS usage.
* sinfo.ads: Add section on ASIS mode (documentation only).
From-SVN: r202464
Diffstat (limited to 'gcc/ada/switch-c.adb')
-rw-r--r-- | gcc/ada/switch-c.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb index 34d5b08..2cca5d1 100644 --- a/gcc/ada/switch-c.adb +++ b/gcc/ada/switch-c.adb @@ -31,9 +31,9 @@ with Debug; use Debug; with Lib; use Lib; with Osint; use Osint; with Opt; use Opt; -with Validsw; use Validsw; with Stylesw; use Stylesw; with Ttypes; use Ttypes; +with Validsw; use Validsw; with Warnsw; use Warnsw; with Ada.Unchecked_Deallocation; |