summaryrefslogtreecommitdiff
path: root/bytecode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-21 05:29:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 05:29:10 +0000
commit4c2891ed1c6b8a97b3d1318b04ed56b17dd4de31 (patch)
tree66b0c0aa1fae76814595482bf9a40ad412c8dd7e /bytecode.h
parentc340be789461bf7b71a88fa49cdeb84bdbd0b389 (diff)
downloadperl-4c2891ed1c6b8a97b3d1318b04ed56b17dd4de31.tar.gz
part 1 of PERL_OBJECT fixes for new var names
p4raw-id: //depot/perl@1607
Diffstat (limited to 'bytecode.h')
-rw-r--r--bytecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecode.h b/bytecode.h
index 6b8206216d..e19bb22db4 100644
--- a/bytecode.h
+++ b/bytecode.h
@@ -10,9 +10,11 @@ typedef IV IV64;
EXT int iv_overflows INIT(0);
EXT SV *sv;
+/*
#ifndef USE_THREADS
EXT OP *PL_op;
#endif
+*/
EXT XPV pv;
EXT void **obj_list;