diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-09 13:09:52 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-09 13:09:52 +0000 |
commit | b43a577091bfbb4df6ed66fcb603ef46243bef3b (patch) | |
tree | 8570b4be17dc236ce4fd50453943fe986c7c24b7 /gcc/ada/a-ststio.ads | |
parent | a940e5c94021c06e58a4fdca57db328ff599307e (diff) | |
download | gcc-b43a577091bfbb4df6ed66fcb603ef46243bef3b.tar.gz |
2012-07-09 Robert Dewar <dewar@adacore.com>
* layout.adb, i-cstrea.ads, a-ststio.ads, prj-util.ads, sem_cat.adb,
s-commun.ads, s-ficobl.ads, s-os_lib.ads, s-fileio.ads: Minor
reformatting.
2012-07-09 Eric Botcazou <ebotcazou@adacore.com>
* raise-gcc.c: Update comments. Fix typo.
2012-07-09 Thomas Quinot <quinot@adacore.com>
* einfo.adb, einfo.ads, sem_attr.adb, sem_ch13.adb: Attribute
Scalar_Storage_Order can be defined or queried for array types as well
as record types.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189376 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-ststio.ads')
-rw-r--r-- | gcc/ada/a-ststio.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/a-ststio.ads b/gcc/ada/a-ststio.ads index 35891b67035..4049163fa8f 100644 --- a/gcc/ada/a-ststio.ads +++ b/gcc/ada/a-ststio.ads @@ -37,7 +37,6 @@ with Ada.IO_Exceptions; with System.File_Control_Block; package Ada.Streams.Stream_IO is - pragma Preelaborate; type Stream_Access is access all Root_Stream_Type'Class; |