diff options
author | Robert Dewar <dewar@adacore.com> | 2009-07-28 15:08:57 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-28 17:08:57 +0200 |
commit | 8d12c865d71b1402030734891f4cb4b944c0c3ed (patch) | |
tree | 249fc39fd24d1628fe926a13946ae35da85bad56 /gcc/ada/adaint.h | |
parent | 74efe9f06d74d93ad2170566dd082689e2b676c5 (diff) | |
download | gcc-8d12c865d71b1402030734891f4cb4b944c0c3ed.zip gcc-8d12c865d71b1402030734891f4cb4b944c0c3ed.tar.gz gcc-8d12c865d71b1402030734891f4cb4b944c0c3ed.tar.bz2 |
adaint.h, [...]: Minor reformatting & code reorganization
2009-07-28 Robert Dewar <dewar@adacore.com>
* adaint.h, einfo.ads, prj.adb, sem_util.adb, makeutl.ads,
makeutl.adb: Minor reformatting & code reorganization
* sem_ch3.adb: Minor reformatting.
Fix spelling error (constraint for constrain) in error msg.
From-SVN: r150162
Diffstat (limited to 'gcc/ada/adaint.h')
-rw-r--r-- | gcc/ada/adaint.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/adaint.h b/gcc/ada/adaint.h index 471b5ab..79a1e4e 100644 --- a/gcc/ada/adaint.h +++ b/gcc/ada/adaint.h @@ -43,10 +43,9 @@ #define Encoding_8bits 1 /* Standard 8bits, CP_ACP on Windows. */ #define Encoding_Unspecified 2 /* Based on GNAT_CODE_PAGE env variable. */ -/* Large file support. It is unclear what portable mechanism we can - use to determine at compile time what support the system offers for - large files. For now we just list the platforms we have manually - tested. */ +/* Large file support. It is unclear what portable mechanism we can use to + determine at compile time what support the system offers for large files. + For now we just list the platforms we have manually tested. */ #if defined (__GLIBC__) || defined (sun) || defined (__sgi) #define GNAT_FOPEN fopen64 |