CVS difference for ai05s/ai05-0229-1.txt
--- ai05s/ai05-0229-1.txt 2011/08/13 04:50:41 1.19
+++ ai05s/ai05-0229-1.txt 2011/08/17 00:24:12 1.20
@@ -3246,12 +3246,12 @@
@xcode< -- @i<@ft<Note: since the C function's return value is of no interest, the Ada interface is a procedure>>
@b<procedure> Strcpy (Target : @b<out> C.char_array;
Source : @b<in> C.char_array)
- @b<with> Import => True, Convention => C, External_Name => "strcpy";>
+ @b<with> Import =@> True, Convention =@> C, External_Name =@> "strcpy";>
!corrigendum B.3(79)
@ddel
-@xcode< @b<pragma> Import(C, Strcpy, "strcpy");
+@xcode< @b<pragma> Import(C, Strcpy, "strcpy");>
!corrigendum B.3.1(1)
@@ -3291,7 +3291,7 @@
!corrigendum B.3.3(31/2)
@drepl
-@s9<@xcode<@s9< @b<type> T (Flag : Boolean := False) @b<is>
+@xcode<@s9< @b<type> T (Flag : Boolean := False) @b<is>
@b<record>
@b<case> Flag @b<is>
@b<when> False =@>
@@ -3300,9 +3300,9 @@
F2 : Integer := 0;
@b<end case>;
@b<end record>;
- @b<pragma> Unchecked_Union (T);>
+ @b<pragma> Unchecked_Union (T);>>
@dby
-@s9<@xcode<@s9< @b<type> T (Flag : Boolean := False) @b<is>
+@xcode<@s9< @b<type> T (Flag : Boolean := False) @b<is>
@b<record>
@b<case> Flag @b<is>
@b<when> False =@>
@@ -3311,7 +3311,7 @@
F2 : Integer := 0;
@b<end case>;
@b<end record>
- @b<with> Unchecked_Union;>
+ @b<with> Unchecked_Union;>>
!comment %% B.4(1), B.4(12), B.4(16), B.4(20), B.4(29), B.4(92), B.4(99), B.4(106), B.4(107), and B.4(115) need changes here.
@@ -3655,7 +3655,7 @@
is the value of Real_Time.Clock + the @fa<expression> that is the value of the aspect,
where this entire expression, including the call of Real_Time.Clock, is evaluated
between task creation and the start of its activation. If the aspect Relative_Deadline
-is not specified then the initial absolute deadline of a task is the value of
+is not specified, then the initial absolute deadline of a task is the value of
Default_Deadline. The environment task is also given an initial deadline by this rule,
using the value of the Relative_Deadline aspect of the main subprogram (if any).
Questions? Ask the ACAA Technical Agent