summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-22 01:29:09 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-22 01:29:09 +0000
commit92742e379e6f1679633256cac8dcf3be460cfb98 (patch)
treea2c36dfd735c163f2f75e73022075642c9aa55bc /intrpvar.h
parentcd661bb69faf0e70cffcc62a2ca9539a1dd6a09d (diff)
downloadperl-92742e379e6f1679633256cac8dcf3be460cfb98.tar.gz
s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive
names p4raw-id: //depot/perl@1616
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/intrpvar.h b/intrpvar.h
index b4ccc56808..dfdcca8e1c 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -201,11 +201,11 @@ PERLVAR(Ithrsv, SV *) /* struct perl_thread for main thread */
PERLVARI(Ithreadnum, U32, 0) /* incremented each thread creation */
#endif /* USE_THREADS */
-PERLVARI(Iiv_overflows, int, 0) /* from bytecode.h */
-PERLVAR(Isv, SV *)
-PERLVAR(Ipv, XPV)
-PERLVAR(Iobj_list, void **)
-PERLVARI(Iobj_list_fill, I32, -1)
+PERLVARI(Ibytecode_iv_overflows,int, 0) /* from bytecode.h */
+PERLVAR(Ibytecode_sv, SV *)
+PERLVAR(Ibytecode_pv, XPV)
+PERLVAR(Ibytecode_obj_list, void **)
+PERLVARI(Ibytecode_obj_list_fill, I32, -1)
#ifdef PERL_OBJECT
PERLVARI(piMem, IPerlMem*, NULL)