From 0265594273a3f1123677f57815a782f0bc22da99 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 10 Jun 2024 16:50:41 -0600 Subject: [PATCH] perlapi: List in order STMT_START, then END That is the more logical ordering --- perl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.h b/perl.h index 9788654975ff..065dbcf15949 100644 --- a/perl.h +++ b/perl.h @@ -789,8 +789,8 @@ Now a placeholder that declares nothing /* =for apidoc_section $directives -=for apidoc AmnUu|void|STMT_END -=for apidoc_item | |STMT_START +=for apidoc AmnUu|void|STMT_START +=for apidoc_item | |STMT_END These allow a series of statements in a macro to be used as a single statement, as in