diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-09 03:51:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-03-09 03:51:01 +0000 |
commit | 4e4c362ec2e3f4b5f5c23aa83a26a13b85d0c2c1 (patch) | |
tree | a06b5a015a32d7281f7b1e82ee2ed810c0af86ae /thrdvar.h | |
parent | 9404a519907ec8d9bce4b0bf7a09103f1f9f6fcb (diff) | |
download | perl-4e4c362ec2e3f4b5f5c23aa83a26a13b85d0c2c1.tar.gz |
[win32] merge C<local $tied{foo}> patch, also moved statics in
[ah]v.c to thrdvar.h
p4raw-id: //depot/win32/perl@802
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -77,6 +77,11 @@ PERLVAR(Tmainstack, AV *) /* the stack when nothing funny is happening */ PERLVAR(Ttop_env, JMPENV *) /* ptr. to current sigjmp() environment */ PERLVAR(Tstart_env, JMPENV) /* empty startup sigjmp() environment */ +/* statics "owned" by various functions */ +PERLVAR(Tav_fetch_sv, SV *) +PERLVAR(Thv_fetch_sv, SV *) +PERLVAR(Thv_fetch_ent_mh, HE) + /* XXX Sort stuff, firstgv secongv and so on? */ /* XXX What about regexp stuff? */ |