From 554b3ecafd2a8f619792c82298bc621b9e48a923 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Wed, 5 Nov 1997 17:18:18 +0000 Subject: Per-thread magicals mostly working (and localisable). Now getting intermittent occasional "Use of uninitialized value" warnings which may be due to some op flag black magic I've broken. p4raw-id: //depot/perl@204 --- ext/Opcode/Opcode.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/Opcode') diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 1878417ceb..d2db5ecba4 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -429,9 +429,9 @@ beyond the scope of the compartment. =item :base_thread -This op is related to multi-threading. +These ops are related to multi-threading. - lock + lock specific =item :default -- cgit v1.2.1