From 8ab54e77a59c2f25aff25440e4592404cc8d8d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Tue, 23 Aug 2022 19:46:39 +0100 Subject: Mark dowantarray() as deprecated This will make uses of the also-deprecated GIMME macro emit a compile-time warning. --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 9bdb8dc045..cfbea3ac13 100644 --- a/embed.fnc +++ b/embed.fnc @@ -977,7 +977,7 @@ p |void |do_vop |I32 optype \ : Used in perly.y p |OP * |dofile |NN OP *term \ |I32 force_builtin -CdpR |U8 |dowantarray +CdpRD |U8 |dowantarray Adp |void |dump_all p |void |dump_all_perl |bool justperl Apdh |void |dump_eval -- cgit v1.2.1