From 383bf72f374cd3608e3ae2a186dd0c3a8d2fbf53 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Tue, 9 Feb 2021 00:52:18 +0000 Subject: A totally new optree structure for try/catch involving three new optypes --- op.h | 1 - 1 file changed, 1 deletion(-) (limited to 'op.h') diff --git a/op.h b/op.h index c6de0d19fa..cd3926ddc5 100644 --- a/op.h +++ b/op.h @@ -147,7 +147,6 @@ Deprecated. Use C instead. /* On OP_DUMP, has no label */ /* On OP_UNSTACK, in a C-style for loop */ /* On OP_READLINE, it's for <<>>, not <> */ - /* On OP_ENTERTRY, this is a real try {} block. */ /* There is no room in op_flags for this one, so it has its own bit- field member (op_folded) instead. The flag is only used to tell op_convert_list to set op_folded. */ -- cgit v1.2.1