diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 08:45:23 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-23 08:45:23 +0000 |
commit | cb9cb2d7729f2f2e7721359b0087975b1674b2ba (patch) | |
tree | a2efd7fdda5adf63991d9d319672d4a637baa41d /gcc/ada/s-utf_32.adb | |
parent | 49213728102c1c6ad26feb9184ab52db51ffabd2 (diff) | |
download | gcc-cb9cb2d7729f2f2e7721359b0087975b1674b2ba.tar.gz |
2012-01-23 Robert Dewar <dewar@adacore.com>
* s-utf_32.adb: Minor reformatting.
2012-01-23 Vincent Celier <celier@adacore.com>
* snames.ads-tmpl: Minor comment addition Indicate that
Name_Library_Encapsulated_Options is only used in gprbuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-utf_32.adb')
-rwxr-xr-x | gcc/ada/s-utf_32.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/s-utf_32.adb b/gcc/ada/s-utf_32.adb index 676d0e3ccc9..4bf10558a81 100755 --- a/gcc/ada/s-utf_32.adb +++ b/gcc/ada/s-utf_32.adb @@ -32,7 +32,8 @@ pragma Compiler_Unit; pragma Style_Checks (Off); --- Allow long lines in this unit +-- Allow long lines in this unit. Note this could be more specific, but we +-- keep this simple form because of bootstrap constraints ??? -- pragma Warnings (Off, "non-static constant in preelaborated unit"); -- We need this to be pure, and the three constants in question are not a |