diff options
author | Robin Houston <robin@cpan.org> | 2005-12-22 11:54:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-12-22 14:55:52 +0000 |
commit | 7168684c4ec9fd16f6c71a229097fb6d4325493a (patch) | |
tree | 819ee83917fa36015ff943a3fe4a482059121bfb /perl.h | |
parent | e26df76ac13ccf3f750bea05eac65b7ffffc7826 (diff) | |
download | perl-7168684c4ec9fd16f6c71a229097fb6d4325493a.tar.gz |
eliminate HINT_HH_FOR_EVAL
Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26447
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4137,9 +4137,6 @@ enum { /* pass one of these to get_vtbl */ #define HINT_ASSERTING 0x01000000 #define HINT_ASSERTIONSSEEN 0x02000000 -#define HINT_HH_FOR_EVAL 0x04000000 /* Squirrel a copy of %^H away - * with every eval "string" */ - /* The following are stored in $sort::hints, not in PL_hints */ #define HINT_SORT_SORT_BITS 0x000000FF /* allow 256 different ones */ #define HINT_SORT_QUICKSORT 0x00000001 |