projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015fbc5
)
mlib-utl.adb: Minor reformatting
author
Robert Dewar
<dewar@adacore.com>
Wed, 30 Jul 2008 13:02:30 +0000
(15:02 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Wed, 30 Jul 2008 13:02:30 +0000
(15:02 +0200)
2008-07-30 Robert Dewar <dewar@adacore.com>
* mlib-utl.adb: Minor reformatting
From-SVN: r138303
gcc/ada/mlib-utl.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/mlib-utl.adb
b/gcc/ada/mlib-utl.adb
index d743bb138e8bbfb26545b67821d5faed291c557c..4d15ad85cf3f485c1095674e91068b19e5e25327 100644
(file)
--- a/
gcc/ada/mlib-utl.adb
+++ b/
gcc/ada/mlib-utl.adb
@@
-408,7
+408,7
@@
package body MLib.Utl is
if Driver_Name = No_Name then
if Gcc_Exec = null then
if Gcc_Name = null then
- Gcc_Name :=
Osint.Program_Name ("gcc", "gnatmake");
+ Gcc_Name := Osint.Program_Name ("gcc", "gnatmake");
end if;
Gcc_Exec := Locate_Exec_On_Path (Gcc_Name.all);