summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-18 12:49:51 -0600
committerKarl Williamson <khw@cpan.org>2022-06-18 14:27:40 -0600
commit1607e3939bf36f62a2b72099afe17b4ce49ec419 (patch)
treea77ab380f1c3e21790b8e4942066ea04a5c1d2f1 /scope.h
parent6d21409fd4b749511b9ec73e2dbaaff513f6eae8 (diff)
downloadperl-1607e3939bf36f62a2b72099afe17b4ce49ec419.tar.gz
Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
This was meant to be a part of the previous commit, but somehow got omitted.
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 911f752caa..afdaf75189 100644
--- a/scope.h
+++ b/scope.h
@@ -309,8 +309,8 @@ scope has the given name. C<name> must be a literal string.
=for apidoc_section $stack
=for apidoc Am|I32|SSNEW |Size_t size
=for apidoc_item | |SSNEWa |Size_t_size|Size_t align
-=for apidoc_item | |SSNEWt |Size_t size|type
=for apidoc_item | |SSNEWat|Size_t_size|type|Size_t align
+=for apidoc_item | |SSNEWt |Size_t size|type
These temporarily allocates data on the savestack, returning an I32 index into
the savestack, because a pointer would get broken if the savestack is moved on