diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-29 15:37:47 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2013-01-29 15:37:47 +0100 |
commit | 77a035209c28b345536995adcfbd6ce8cdfb4611 (patch) | |
tree | 96e7cff9bff407ddd4bf83ecf523ff267e7bdd1a /gcc/ada/a-convec.adb | |
parent | 23b64e6533088b4252a4224c234c51c262ca6102 (diff) | |
download | gcc-77a035209c28b345536995adcfbd6ce8cdfb4611.zip gcc-77a035209c28b345536995adcfbd6ce8cdfb4611.tar.gz gcc-77a035209c28b345536995adcfbd6ce8cdfb4611.tar.bz2 |
[multiple changes]
2013-01-29 Ben Brosgol <brosgol@adacore.com>
* gnat_rm.texi: Fixed typos. Minor edits.
2013-01-29 Bob Duff <duff@adacore.com>
* a-convec.adb: Minor reformatting.
2013-01-29 Pascal Obry <obry@adacore.com>
* tempdir.adb, tempdir.ads (Use_Temp_Dir): Set wether to use the temp
directory.
From-SVN: r195548
Diffstat (limited to 'gcc/ada/a-convec.adb')
-rw-r--r-- | gcc/ada/a-convec.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-convec.adb b/gcc/ada/a-convec.adb index 6282301..a67c156 100644 --- a/gcc/ada/a-convec.adb +++ b/gcc/ada/a-convec.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2004-2012, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2013, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -582,8 +582,8 @@ package body Ada.Containers.Vectors is C := Capacity; else - raise Capacity_Error - with "Requested capacity is less than Source length"; + raise Capacity_Error with + "Requested capacity is less than Source length"; end if; return Target : Vector do |