From adc42c31aa41517bfdda512fee0bbc3859910f76 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 25 Aug 2012 22:27:33 -0700 Subject: Correct typo in flag name --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index 60af704d2d..2bfaa0d9dd 100644 --- a/op.h +++ b/op.h @@ -224,7 +224,7 @@ Deprecated. Use C instead. /* OP_RV2HV and OP_PADHV */ #define OPpTRUEBOOL 32 /* %hash in (%hash || $foo) in void context */ -#define OpMAYBE_TRUEBOOL 64 /* %hash in (%hash || $foo) where +#define OPpMAYBE_TRUEBOOL 64 /* %hash in (%hash || $foo) where cx is not known till run time */ /* OP_SUBSTR only */ -- cgit v1.2.1