projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7813a51
)
sem_ch8.adb: Minor reformatting
author
Robert Dewar
<dewar@adacore.com>
Wed, 30 Jul 2008 17:38:25 +0000
(19:38 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Wed, 30 Jul 2008 17:38:25 +0000
(19:38 +0200)
2008-07-30 Robert Dewar <dewar@adacore.com>
* sem_ch8.adb: Minor reformatting
From-SVN: r138330
gcc/ada/sem_ch8.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_ch8.adb
b/gcc/ada/sem_ch8.adb
index 6a544c0072c3b8396ba31e8da2533c5cfeeadb34..16c79d99f048e218c1a7ec76e64eaa112c3ceb29 100644
(file)
--- a/
gcc/ada/sem_ch8.adb
+++ b/
gcc/ada/sem_ch8.adb
@@
-1598,6
+1598,7
@@
package body Sem_Ch8 is
& " dispatching operation", Nam);
return;
end case;
+
exception
-- If no operation was found, and the type is limited,
@@
-1610,7
+1611,7
@@
package body Sem_Ch8 is
N, Prefix_Type);
return;
- -- Otherwise, compiler should have generated default
.
+ -- Otherwise, compiler should have generated default
else
raise;