summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-11 15:20:43 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-11 15:20:43 +0000
commit2faa37ccf8e46b865687f0ab4992b29a75eb79ea (patch)
tree39119f36375c3511f7e95acb160221c4f3b066ea /opcode.pl
parent38a03e6ea6b9b346c41b9006fbeedc3b0f0130b2 (diff)
downloadperl-2faa37ccf8e46b865687f0ab4992b29a75eb79ea.tar.gz
Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when
getting per-thread magicals. Fixed thr->errsv initialisation. p4raw-id: //depot/perl@229
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.pl b/opcode.pl
index a97e987546..c67f142280 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -677,4 +677,4 @@ syscall syscall ck_fun imst@ S L
# For multi-threading
lock lock ck_rfun s% S
-specific thread-specific ck_null ds0
+threadsv per-thread variable ck_null ds0