summaryrefslogtreecommitdiff
path: root/gcc/ada/switch-c.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-17 08:42:42 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-17 08:42:42 +0000
commitedfaec46f730a74fa9af37cc921415a1b9cf9dae (patch)
tree6f3cfdd61c30785d50933eb8efa6671f6bccafce /gcc/ada/switch-c.ads
parent93208ab8e592a3da1c207e95f63af644c735fe15 (diff)
downloadgcc-edfaec46f730a74fa9af37cc921415a1b9cf9dae.tar.gz
2010-06-17 Robert Dewar <dewar@adacore.com>
* sem_warn.adb (Test_Ref): Abandon scan if access subprogram parameter found. 2010-06-17 Vincent Celier <celier@adacore.com> * back_end.adb: Minor comment updates * switch-c.adb: Remove dependencies on gcc C sources * gcc-interface/Make-lang.in: Add a-comlin.o to the object file list for the compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160884 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/switch-c.ads')
-rw-r--r--gcc/ada/switch-c.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/switch-c.ads b/gcc/ada/switch-c.ads
index 126183e6ca6..84d8812ea47 100644
--- a/gcc/ada/switch-c.ads
+++ b/gcc/ada/switch-c.ads
@@ -33,7 +33,7 @@ package Switch.C is
procedure Scan_Front_End_Switches
(Switch_Chars : String;
- Arg_Rank : Pos);
+ Arg_Rank : Positive);
-- Procedures to scan out front end switches stored in the given string.
-- The first character is known to be a valid switch character, and there
-- are no blanks or other switch terminator characters in the string, so