diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-24 09:22:49 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-24 22:58:12 -0700 |
commit | cee4176c3151aa7ffb540a84623cff862e686ddd (patch) | |
tree | 64c3b11ecdc152616d036217e1a9e48f25142d9e /op.h | |
parent | d9742aa386b81e67ce2ecd1229bb8f04bf2899ec (diff) | |
download | perl-cee4176c3151aa7ffb540a84623cff862e686ddd.tar.gz |
Correct comment that 903fd87c missed
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -538,7 +538,7 @@ struct loop { # define Nullop ((OP*)NULL) #endif -/* Lowest byte-and-a-bit of PL_opargs */ +/* Lowest byte of PL_opargs */ #define OA_MARK 1 #define OA_FOLDCONST 2 #define OA_RETSCALAR 4 |