To: J3 J3/22-167 From: Robert Corbett Subject: procedure heading References: J3/22-007r1 Date: 2022-July-18 The standard uses the term "procedure heading" in two places (8.9 NAMELIST statement, paragraph 5, and 15.6.2.2 FUNCTION subprogram, paragraph 3), but it does not define the term. The term appears to mean the FUNCTION or SUBROUTINE statement that starts a subprogram. In the two contexts in which the term appears, it means the FUNCTION statement that starts a function subprogram. Edits to eliminate the uses of the undefined term are provided. EDITS [8.9p5, "NAMELIST statement", page 126, 21-22] Replace "specified by previous ... in the same scoping unit" with "specified by previous statements in the same scoping unit". [15.6.2.2, "FUNCTION subprogram", page 336, 24] Replace "and the information in the procedure heading" with "and the information in the FUNCTION statement".