Change 18151 by rgs@rgs-home on 2002/11/16 20:45:26

        Document PRIVSHIFT.
        Subject: [PATCH] two small doc patches
        From: [EMAIL PROTECTED] (Yitzchak Scott-Thoennes)
        Date: Thu, 14 Nov 2002 15:07:35 -0800
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/sv.h#126 edit

Differences ...

==== //depot/perl/sv.h#126 (text) ====
Index: perl/sv.h
--- perl/sv.h#125~18030~        Sat Oct 19 07:10:21 2002
+++ perl/sv.h   Sat Nov 16 12:45:26 2002
@@ -183,7 +183,7 @@
 
 #define SVf_AMAGIC     0x10000000      /* has magical overloaded methods */
 
-#define PRIVSHIFT 8
+#define PRIVSHIFT 8    /* (SVp_?OK >> PRIVSHIFT) == SVf_?OK */
 
 /* Some private flags. */
 
End of Patch.

Reply via email to