diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-08 07:47:39 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-08 07:47:39 +0000 |
commit | 623e8f9457ce278a23507096db016a067fb7a94c (patch) | |
tree | 69e24bf84cd90dc2f3e2b0d30abf8f6fd73e23e6 /gcc/ada/sem.ads | |
parent | 89eef040b552f84261ebe0c1d4b060bce6d73d15 (diff) | |
download | gcc-623e8f9457ce278a23507096db016a067fb7a94c.tar.gz |
2013-07-08 Javier Miranda <miranda@adacore.com>
* sem_ch8.adb (Save_Scope_Stack): Adding documentation.
(Restore_Scope_Stack): Remove the elements of the list when the
visibility of each entity is restored.
2013-07-08 Robert Dewar <dewar@adacore.com>
* exp_ch9.adb, sem.ads, sem_util.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem.ads')
-rw-r--r-- | gcc/ada/sem.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem.ads b/gcc/ada/sem.ads index 545aadc6a53..57d5d911058 100644 --- a/gcc/ada/sem.ads +++ b/gcc/ada/sem.ads @@ -562,7 +562,7 @@ package Sem is -- Note: for integer and real literals, the analyzer sets the flag to -- indicate that the result is a static expression. If the expander -- generates a literal that does NOT correspond to a static expression, - -- e.g. by folding an expression whose value is known at compile-time, + -- e.g. by folding an expression whose value is known at compile time, -- but is not technically static, then the caller should reset the -- Is_Static_Expression flag after analyzing but before resolving. -- |