Section Syntax
10-1, Syntax 10-2, A.2.6, A.2.7
Task/function port items
In Syntax 10-1 and A.2.6
RENAME task_item_declaration to tf_item_declaration
RENAME task_proto_formal to tf_proto_formal
In task_body_declaration
REPLACE
{ task_item_declaration }
WITH
{ tf_item_declaration }
In tf_port_item
REPLACE
{ attribute_instance } port_type list_of_tf_port_identifiers
WITH
{ attribute_instance } [ signing ] { packed_dimension }
list_of_tf_variable_identifiers
In named_task_proto
REPLACE both occurrences of
task_proto_formal
WITH
tf_proto_formal
In Syntax 10-2 and A.2.7
REMOVE function_item_declaration
REMOVE function_proto_formal
In function_body_declaration
REPLACE
{ function_item_declaration }
WITH
{ tf_item_declaration }
In function_proto_formal
REPLACE both occurrences of
function_proto_formal
WITH
tf_proto_formal