From 963e0b1995573435ca571773f0104f792f9f695e 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 0aa224765589..6cca512dabe9 100644 --- a/sv.h +++ b/sv.h @@ -2315,8 +2315,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.