summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRobin Houston <robin@cpan.org>2005-12-22 11:54:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-12-22 14:55:52 +0000
commit7168684c4ec9fd16f6c71a229097fb6d4325493a (patch)
tree819ee83917fa36015ff943a3fe4a482059121bfb /perl.h
parente26df76ac13ccf3f750bea05eac65b7ffffc7826 (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index ea01ddad8c..4d8e719678 100644
--- a/perl.h
+++ b/perl.h
@@ -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