diff options
author | Zefram <zefram@fysh.org> | 2017-11-29 21:51:11 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2017-11-29 21:51:11 +0000 |
commit | e98c3eae7b9c9628400af33f6ac77a6feebb4f3f (patch) | |
tree | 4b1e5a82e9163369ff45add5825ac6cb7c7e8c10 /cop.h | |
parent | b4904f80ff3e727173a3d8a9856827695e1af0ad (diff) | |
download | perl-e98c3eae7b9c9628400af33f6ac77a6feebb4f3f.tar.gz |
remove unused CXp_FOR_DEF and OPpITER_DEF
These were used to identify foreach loops that qualify as topicalizers.
That's no longer a relevant classification.
Diffstat (limited to 'cop.h')
-rw-r--r-- | cop.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -886,8 +886,6 @@ struct context { /* private flags for CXt_LOOP */ -/* this is only set in conjunction with CXp_FOR_GV */ -#define CXp_FOR_DEF 0x10 /* foreach using $_ */ /* these 3 are mutually exclusive */ #define CXp_FOR_LVREF 0x20 /* foreach using \$var */ #define CXp_FOR_GV 0x40 /* foreach using package var */ |