diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-11 15:20:43 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-11 15:20:43 +0000 |
commit | 2faa37ccf8e46b865687f0ab4992b29a75eb79ea (patch) | |
tree | 39119f36375c3511f7e95acb160221c4f3b066ea /ext | |
parent | 38a03e6ea6b9b346c41b9006fbeedc3b0f0130b2 (diff) | |
download | perl-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 'ext')
-rw-r--r-- | ext/Opcode/Opcode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index d2db5ecba4..dcc5d745a4 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -431,7 +431,7 @@ beyond the scope of the compartment. These ops are related to multi-threading. - lock specific + lock threadsv =item :default |