From 1607e3939bf36f62a2b72099afe17b4ce49ec419 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 18 Jun 2022 12:49:51 -0600 Subject: Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8 This was meant to be a part of the previous commit, but somehow got omitted. --- scope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scope.h') 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 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 -- cgit v1.2.1