diff options
author | Robert Dewar <dewar@adacore.com> | 2008-08-01 11:30:05 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-01 11:30:05 +0200 |
commit | 692a07bf5778caf03a22e0d1b2d2f9e6f55973c1 (patch) | |
tree | 1f602b581ee90fbab0e5c69037bbed1867f1f1ee | |
parent | 63319f5837a6c824e4a8efae913d57e058c4efbf (diff) | |
download | gcc-692a07bf5778caf03a22e0d1b2d2f9e6f55973c1.zip gcc-692a07bf5778caf03a22e0d1b2d2f9e6f55973c1.tar.gz gcc-692a07bf5778caf03a22e0d1b2d2f9e6f55973c1.tar.bz2 |
prj.ads: Minor reformatting
2008-08-01 Robert Dewar <dewar@adacore.com>
* prj.ads: Minor reformatting
From-SVN: r138496
-rw-r--r-- | gcc/ada/prj.ads | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 29da0e7..12b86b7 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -399,9 +399,12 @@ package Prj is No_Source : constant Source_Id := 0; - type Path_Syntax_Kind is (Canonical, Host); - -- Canonical = Unix style - -- Host = host specific syntax, for example on VMS (the default) + type Path_Syntax_Kind is + (Canonical, + -- Unix style + + Host); + -- Host specific syntax, for example on VMS (the default) type Language_Config is record Kind : Language_Kind := File_Based; |