From fab55af5c9d9f681bf99aeecbc136b1e55f83665 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 7b365f45f5d8..d22a73df3287 100644 --- a/sv.h +++ b/sv.h @@ -2299,8 +2299,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.