diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:49:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-16 21:49:47 +0000 |
commit | afe37c7d6a8905e6a383ca079ae3daa3025fd5e9 (patch) | |
tree | 308ba95449ad179a4cc45784c22a31748d878edb /intrpvar.h | |
parent | 38b8243ab0d66a9a580a7dbf933f909a51f9cc79 (diff) | |
download | perl-afe37c7d6a8905e6a383ca079ae3daa3025fd5e9.tar.gz |
[win32] merge change#995 from maintbranch, tweak interp.sym and
run embed.pl
p4raw-link: @995 on //depot/maint-5.004/perl: eed40d4c6e2818f110664d5fbaa0edac73f6b1a6
p4raw-id: //depot/win32/perl@1005
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index c1a7b36ff3..a1ec59b945 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -31,8 +31,7 @@ PERLVAR(Isawstudy, bool) /* do fbm_instr on all strings */ PERLVAR(Isawvec, bool) PERLVAR(Iunsafe, bool) PERLVAR(Iinplace, char *) -PERLVAR(Ie_tmpname, char *) -PERLVAR(Ie_fp, PerlIO *) +PERLVAR(Ie_script, SV *) PERLVAR(Iperldb, U32) /* This value may be raised by extensions for testing purposes */ |