This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct several Stratus VOS build issues
[perl5.git] / scope.h
diff --git a/scope.h b/scope.h
index edf7ffe..f0abb72 100644 (file)
--- a/scope.h
+++ b/scope.h
@@ -55,6 +55,8 @@
 #define SSPOPDXPTR (PL_savestack[--PL_savestack_ix].any_dxptr)
 
 /*
+=head1 Callback Functions
+
 =for apidoc Ams||SAVETMPS
 Opening bracket for temporaries on a callback.  See C<FREETMPS> and
 L<perlcall>.