From f2c0ca66325e53b302a2ccbfd25b28ffa4a619c9 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Tue, 10 Sep 2013 15:16:41 +0000 Subject: switch-c.adb: Minor reformatting. 2013-09-10 Robert Dewar * 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 --- gcc/ada/switch-c.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/switch-c.adb') 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; -- cgit v1.1