From 5e2f6a2ea98ffd64dd3c671f5de759eb5f622aaf Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 26 Jul 2024 13:23:22 -0600 Subject: [PATCH] perlapi: newRV_inc() is a macro --- sv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sv.h b/sv.h index e7f4b44a3584..8ab12fa8e22c 100644 --- a/sv.h +++ b/sv.h @@ -2298,8 +2298,8 @@ immediately written again. #endif /* -=for apidoc newRV -=for apidoc_item ||newRV_inc| +=for apidoc newRV +=for apidoc_item m||newRV_inc| These are identical. They create an RV wrapper for an SV. The reference count for the original SV is incremented.