projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff3f47
)
* sem_eval.adb: Minor reformatting
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 29 May 2008 08:55:35 +0000
(10:55 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 29 May 2008 08:55:35 +0000
(10:55 +0200)
From-SVN: r136147
gcc/ada/sem_eval.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_eval.adb
b/gcc/ada/sem_eval.adb
index e9bbd7b01534d284dd945dd6776d5f5b55a31120..d80679158385a31c32cc2e1f4e6c93a1e1e6ba8a 100644
(file)
--- a/
gcc/ada/sem_eval.adb
+++ b/
gcc/ada/sem_eval.adb
@@
-629,7
+629,7
@@
package body Sem_Eval is
then
return True;
- -- True if the same binary operator applied to the same operand
+ -- True if the same binary operator applied to the same operand
s
elsif Nkind (Lf) in N_Binary_Op
and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
@@
-637,7
+637,7
@@
package body Sem_Eval is
then
return True;
- -- All other cases, we can't tell, so False
+ -- All other cases, we can't tell, so
return
False
else
return False;