From ef07e810699a20ac03620e091b78c1c6ef971c32 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 16 Feb 2011 17:17:18 +0000 Subject: document how tainting works with pattern matching --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 35aa48d54c..ae6989acb8 100644 --- a/op.h +++ b/op.h @@ -369,7 +369,7 @@ struct pmop { * unshared area without affecting binary compatibility */ #define PMf_BASE_SHIFT (_RXf_PMf_SHIFT_NEXT+6) -/* taint $1 etc. if target tainted */ +/* 'use re "taint"' in scope: taint $1 etc. if target tainted */ #define PMf_RETAINT (1<<(PMf_BASE_SHIFT+0)) /* match successfully only once per reset, with related flag RXf_USED in -- cgit v1.2.1