diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-03 10:02:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-03 10:02:50 +0000 |
commit | 94fc106db5c9eccf535d086a7ae59555ca7f2684 (patch) | |
tree | 5b3d7cbf764da5f28a7c7c47b48d58b37076c47e | |
parent | 740cce10afff4bec3346f61ab3d0f7bfa424948c (diff) | |
download | perl-94fc106db5c9eccf535d086a7ae59555ca7f2684.tar.gz |
OP_THREADSV was removed by #29727
p4raw-id: //depot/perl@32808
-rw-r--r-- | op.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -246,9 +246,6 @@ Deprecated. Use C<GIMME_V> instead. #define OPpSORT_QSORT 32 /* Use quicksort (not mergesort) */ #define OPpSORT_STABLE 64 /* Use a stable algorithm */ -/* Private for OP_THREADSV */ -#define OPpDONE_SVREF 64 /* Been through newSVREF once */ - /* Private for OP_OPEN and OP_BACKTICK */ #define OPpOPEN_IN_RAW 16 /* binmode(F,":raw") on input fh */ #define OPpOPEN_IN_CRLF 32 /* binmode(F,":crlf") on input fh */ |