From 1f5895a1c4980727163b32b39405e3fc770ace84 Mon Sep 17 00:00:00 2001 From: Malcolm Beattie Date: Wed, 3 Sep 1997 16:34:47 +0000 Subject: [PATCH] Add new keyword "lock" to Opcode.pm p4raw-id: //depot/perl@55 --- ext/Opcode/Opcode.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 2fe23f0..1878417 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -427,6 +427,12 @@ beyond the scope of the compartment. rand srand +=item :base_thread + +This op is related to multi-threading. + + lock + =item :default A handy tag name for a I default set of ops. (The current ops -- 2.7.4