Commit 2d43d3fe by Sergey Rybin Committed by Arnaud Charlet

vms_data.ads: Add VMS qualifiers for new gnatpp switch --no-separate-is

2005-07-07  Sergey Rybin  <rybin@adacore.com>

	* vms_data.ads: Add VMS qualifiers for new gnatpp switch
	--no-separate-is

	* gnat_ugn.texi: Add description for new gnatpp option
	(--no-separate-is)

From-SVN: r101701
parent fe7cef00
...@@ -14892,6 +14892,11 @@ All the VT characters are removed from the comment text. All the HT characters ...@@ -14892,6 +14892,11 @@ All the VT characters are removed from the comment text. All the HT characters
are expanded with the sequences of space characters to get to the next tab are expanded with the sequences of space characters to get to the next tab
stops. stops.
@cindex @option{^--no-separate-is^/NO_SEPARATE_IS^} (@command{gnatpp})
@item ^--no-separate-is^/NO_SEPARATE_IS^
Do not place the keyword @code{is} on a separate line in a subprogram body in
case if the specification occupies more then one line.
@end table @end table
@ifclear vms @ifclear vms
......
...@@ -4662,6 +4662,13 @@ package VMS_Data is ...@@ -4662,6 +4662,13 @@ package VMS_Data is
-- unless the indentation is set to 1: in that case the default value for -- unless the indentation is set to 1: in that case the default value for
-- continuation line indentation is also 1. -- continuation line indentation is also 1.
S_Pretty_Compact_Is : aliased constant S := "/NO_SEPARATE_IS " &
"--no-separate-is";
-- /NO_SEPARATE_IS
--
-- Do not place the IS keyword on a separate line in a subprogram body in
-- case if the specification occupies more then one line.
S_Pretty_Eol : aliased constant S := "/END_OF_LINE=" & S_Pretty_Eol : aliased constant S := "/END_OF_LINE=" &
"DOS " & "DOS " &
"--eol=dos " & "--eol=dos " &
...@@ -4939,6 +4946,7 @@ package VMS_Data is ...@@ -4939,6 +4946,7 @@ package VMS_Data is
S_Pretty_All_Prjs 'Access, S_Pretty_All_Prjs 'Access,
S_Pretty_Attrib 'Access, S_Pretty_Attrib 'Access,
S_Pretty_Comments 'Access, S_Pretty_Comments 'Access,
S_Pretty_Compact_Is'Access,
S_Pretty_Config 'Access, S_Pretty_Config 'Access,
S_Pretty_Constr 'Access, S_Pretty_Constr 'Access,
S_Pretty_Comind 'Access, S_Pretty_Comind 'Access,
......
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