Change 25417 by [EMAIL PROTECTED] on 2005/09/15 14:48:37

        Fix obsolete identifiers in comment

Affected files ...

... //depot/perl/av.h#34 edit

Differences ...

==== //depot/perl/av.h#34 (text) ====
Index: perl/av.h
--- perl/av.h#33~24649~ Tue May 31 05:03:30 2005
+++ perl/av.h   Thu Sep 15 07:48:37 2005
@@ -41,12 +41,12 @@
 #define xav_alloc xiv_u.xivu_p1
 /* SV* xav_arylen; */
 
-/* AVf_REAL is set for all AVs whose xav_array contents are refcounted.
+/* SVpav_REAL is set for all AVs whose xav_array contents are refcounted.
  * Some things like "@_" and the scratchpad list do not set this, to
  * indicate that they are cheating (for efficiency) by not refcounting
  * the AV's contents.
  * 
- * AVf_REIFY is only meaningful on such "fake" AVs (i.e. where AVf_REAL
+ * SVpav_REIFY is only meaningful on such "fake" AVs (i.e. where SVpav_REAL
  * is not set).  It indicates that the fake AV is capable of becoming
  * real if the array needs to be modified in some way.  Functions that
  * modify fake AVs check both flags to call av_reify() as appropriate.
End of Patch.

Reply via email to