mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 18:31:48 +08:00
sem_aux.adb: Minor reformatting
2009-04-10 Robert Dewar <dewar@adacore.com> * sem_aux.adb: Minor reformatting From-SVN: r145922
This commit is contained in:
parent
1ca3588143
commit
ab8e1b353e
@ -1,3 +1,7 @@
|
||||
2009-04-10 Robert Dewar <dewar@adacore.com>
|
||||
|
||||
* sem_aux.adb: Minor reformatting
|
||||
|
||||
2009-04-10 Ed Falis <falis@adacore.com>
|
||||
|
||||
* init.c: Change VxWorks 6 stack overflow checking for kernel apps.
|
||||
|
@ -169,8 +169,8 @@ package body Sem_Aux is
|
||||
|
||||
-- Normal case, search enclosing scopes
|
||||
|
||||
-- Note: the test for Present (S) should not be required, it is a
|
||||
-- defence against an ill-formed tree.
|
||||
-- Note: the test for Present (S) should not be required, it defends
|
||||
-- against an ill-formed tree.
|
||||
|
||||
S := Scope (Ent);
|
||||
loop
|
||||
|
Loading…
x
Reference in New Issue
Block a user