diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-08-25 22:27:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-25 23:02:07 -0700 |
commit | adc42c31aa41517bfdda512fee0bbc3859910f76 (patch) | |
tree | a50f51af6d69e149eeed375b731dfcb924e4855e /op.h | |
parent | c8fe3bdf72b0df1c0b68f180001f0a3dde206992 (diff) | |
download | perl-adc42c31aa41517bfdda512fee0bbc3859910f76.tar.gz |
Correct typo in flag name
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ Deprecated. Use C<GIMME_V> 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 */ |