From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Thu, 14 Nov 2002 15:07:35 +0000 (-0800)
Subject: Document PRIVSHIFT.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b2a0f841a9bbe7062cc61dc1e243a85576b8e52;p=p5sagit%2Fp5-mst-13.2.git

Document PRIVSHIFT.
Subject: [PATCH] two small doc patches
Message-ID: <3yC19gzkguTO092yn@efn.org>

p4raw-id: //depot/perl@18151
---

diff --git a/sv.h b/sv.h
index 8164b51..a77a193 100644
--- a/sv.h
+++ b/sv.h
@@ -183,7 +183,7 @@ perform the upgrade if necessary.  See C<svtype>.
 
 #define SVf_AMAGIC	0x10000000      /* has magical overloaded methods */
 
-#define PRIVSHIFT 8
+#define PRIVSHIFT 8	/* (SVp_?OK >> PRIVSHIFT) == SVf_?OK */
 
 /* Some private flags. */