CVS difference for ai05s/ai05-0179-1.txt
--- ai05s/ai05-0179-1.txt 2011/04/07 06:23:12 1.7
+++ ai05s/ai05-0179-1.txt 2012/03/27 01:55:20 1.8
@@ -123,6 +123,20 @@
Update the existing ACATS B-Test to test the syntax changes.
+!ASIS
+
+In 3.7.22, replace the line:
+ A_Null_Statement, -- 5.1
+with
+ An_Explicit_Null_Statement, -- 5.1
+ An_Implicit_Null_Statement, -- 5.1
+
+After the line:
+ A_Return_Statement : Statement_Kinds renames A_Simple_Return_Statement;
+Add:
+ subtype A_Null_Statement is Statement_Kinds range
+ An_Explicit_Null_Statement .. An_Implicit_Null_Statement;
+
!appendix
From: Robert Dewar
Questions? Ask the ACAA Technical Agent