From 7f83d853f68b2a948ba84fe2d4b69d0654c06619 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 24 May 2011 11:28:02 +0100 Subject: [PATCH] Improve comments in sv.h describing SVrepl_EVAL and SVf_IVisUV. --- sv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sv.h b/sv.h index 78db678..71faf2b 100644 --- a/sv.h +++ b/sv.h @@ -378,11 +378,10 @@ perform the upgrade if necessary. See C. /* This is only set true on a PVGV when it's playing "PVBM", but is tested for on any regular scalar (anything <= PVLV) */ #define SVpbm_VALID 0x40000000 -/* ??? */ +/* Only used in toke.c on an SV stored in PL_lex_repl */ #define SVrepl_EVAL 0x40000000 /* Replacement part of s///e */ /* IV, PVIV, PVNV, PVMG, PVGV and (I assume) PVLV */ -/* Presumably IVs aren't stored in pads */ #define SVf_IVisUV 0x80000000 /* use XPVUV instead of XPVIV */ /* PVAV */ #define SVpav_REIFY 0x80000000 /* can become real */ -- 1.8.3.1