diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-20 22:53:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-20 22:53:00 +0000 |
commit | 8d2f45362e368d7dd455b476c924dcbcc02d845b (patch) | |
tree | 59781bff974e66889d582302526cc2308af6d0c1 /perl.h | |
parent | aec614a53fcaa2a63038ec4dcf0fcd1cda92fd31 (diff) | |
download | perl-8d2f45362e368d7dd455b476c924dcbcc02d845b.tar.gz |
Remove PMROOT and replace it with a small shell script. Er, magic.
(PMROOT being needed to implement bare C<reset> - how often do you
use that?)
p4raw-id: //depot/perl@24522
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3169,6 +3169,7 @@ Gid_t getegid (void); #define PERL_MAGIC_arylen '#' /* Array length ($#ary) */ #define PERL_MAGIC_pos '.' /* pos() lvalue */ #define PERL_MAGIC_backref '<' /* for weak ref data */ +#define PERL_MAGIC_symtab ':' /* extra data for symbol tables */ #define PERL_MAGIC_ext '~' /* Available for use by extensions */ @@ -3768,7 +3769,8 @@ enum { /* pass one of these to get_vtbl */ want_vtbl_regdata, want_vtbl_regdatum, want_vtbl_backref, - want_vtbl_utf8 + want_vtbl_utf8, + want_vtbl_symtab }; /* Note: the lowest 8 bits are reserved for |