diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-22 09:57:03 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-22 09:57:03 +0000 |
commit | 1c3efe5ceaa7b9714778941477f45544c92e98ee (patch) | |
tree | f6c48168660afba6763dcb54837b600ff4e8f36e /gcc/ada/s-bitops.ads | |
parent | 46f744334dac03bca2e656ff8dab00e165359fd1 (diff) | |
download | gcc-1c3efe5ceaa7b9714778941477f45544c92e98ee.tar.gz |
2009-04-22 Robert Dewar <dewar@adacore.com>
* lib-load.adb: Minor reformatting
2009-04-22 Arnaud Charlet <charlet@adacore.com>
* s-bitops.adb, s-bitops.ads (Raise_Error): Do not use Ada 05 syntax,
since this unit is now part of bootstrap units, so must use Ada 95
syntax only.
2009-04-22 Thomas Quinot <quinot@adacore.com>
* a-tasatt.adb: Minor reformatting
2009-04-22 Bob Duff <duff@adacore.com>
* s-stalib.ads: Remove "with System;" since we're inside System, so
it's unnecessary.
2009-04-22 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb (Add_Source): Always put the dependency file name in
the source record, as there may be a dependency file even if no object
file is created.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-bitops.ads')
-rw-r--r-- | gcc/ada/s-bitops.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/s-bitops.ads b/gcc/ada/s-bitops.ads index 8698866a12f..b7818097738 100644 --- a/gcc/ada/s-bitops.ads +++ b/gcc/ada/s-bitops.ads @@ -31,6 +31,8 @@ -- Operations on packed bit strings +pragma Compiler_Unit; + with System; package System.Bit_Ops is |