diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-20 12:17:42 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-20 12:17:42 +0000 |
commit | 2f29393fcb4a0b9f4a008a6210abcfdadaf2955f (patch) | |
tree | 4bebcf3a2e3f9d1be7744405c508ced9f3c8cbad /gcc/ada/sinfo.ads | |
parent | 7f571c29f326abea0fafac50e7a9866043829377 (diff) | |
download | gcc-2f29393fcb4a0b9f4a008a6210abcfdadaf2955f.tar.gz |
2009-04-20 Robert Dewar <dewar@adacore.com>
* sinfo.ads: Minor comment fixes
* exp_disp.adb: Minor reformatting
* gnat1drv.adb: Minor reformatting
* output.adb: Minor reformatting
* s-vxwext-kernel.ads: Minor reformatting
* sem.ads: Minor reformatting
* sem.adb: Minor reformatting
* sem_elim.adb: Minor reformatting
* uname.ads: Minor reformatting
2009-04-20 Eric Botcazou <ebotcazou@adacore.com>
* init.c (__gnat_adjust_context_for_raise): On x86{-64}/Linux, add
a small dope of 4 words to the adjustment to the stack pointer.
2009-04-20 Thomas Quinot <quinot@adacore.com>
* xoscons.adb: generate C header s-oscons.h in
addition to s-oscons.ads.
* socket.c: On VMS, use s-oscons.h.
* sem_ch3.adb: Minor reformatting
* exp_ch9.adb: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146401 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 730419ae781..7343a95f982 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -5319,7 +5319,7 @@ package Sinfo is -- There is no explicit node in the tree for a compilation, since in -- general the compiler is processing only a single compilation unit -- at a time. It is possible to parse multiple units in syntax check - -- only mode, but they the trees are discarded in any case. + -- only mode, but the trees are discarded in that case. ------------------------------ -- 10.1.1 Compilation Unit -- @@ -5389,7 +5389,7 @@ package Sinfo is -- There is no explicit node in the tree for library item, instead -- the declaration or body, and the flag for private if present, - -- appear in the N_Compilation_Unit clause. + -- appear in the N_Compilation_Unit node. -------------------------------------- -- 10.1.1 Library Unit Declaration -- |