Commit 692a07bf by Robert Dewar Committed by Arnaud Charlet

prj.ads: Minor reformatting

2008-08-01  Robert Dewar  <dewar@adacore.com>

	* prj.ads: Minor reformatting

From-SVN: r138496
parent 63319f58
...@@ -399,9 +399,12 @@ package Prj is ...@@ -399,9 +399,12 @@ package Prj is
No_Source : constant Source_Id := 0; No_Source : constant Source_Id := 0;
type Path_Syntax_Kind is (Canonical, Host); type Path_Syntax_Kind is
-- Canonical = Unix style (Canonical,
-- Host = host specific syntax, for example on VMS (the default) -- Unix style
Host);
-- Host specific syntax, for example on VMS (the default)
type Language_Config is record type Language_Config is record
Kind : Language_Kind := File_Based; Kind : Language_Kind := File_Based;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment