summaryrefslogtreecommitdiffstats
path: root/gcc/ada/adaint.h
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-28 15:08:57 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-07-28 15:08:57 +0000
commit9b27a8db8fd8cf69646381c8df2eb9cf839b4744 (patch)
tree249fc39fd24d1628fe926a13946ae35da85bad56 /gcc/ada/adaint.h
parentfbbb3bbd9f65f8d9aa81c08167d49d81f3644eb1 (diff)
downloadppe42-gcc-9b27a8db8fd8cf69646381c8df2eb9cf839b4744.tar.gz
ppe42-gcc-9b27a8db8fd8cf69646381c8df2eb9cf839b4744.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/adaint.h')
-rw-r--r--gcc/ada/adaint.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/adaint.h b/gcc/ada/adaint.h
index 471b5ab6b03..79a1e4eb4bd 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
OpenPOWER on IntegriCloud