From f946e55ad047822276d1420651e4dc2d9caf3fce Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Mon, 18 Apr 2022 09:57:51 +0200 Subject: regen/regcomp.pl - Make regarglen available as PL_regarglen in regexec.c In a follow up patch we will use this data from regexec.c which currently cannot see the variable. This changes a comment in regen/mk_invlists.pl which necessitated rebuilding several files related to unicode. Only the hashes associated with mk_invlists.pl were changed. --- globvar.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'globvar.sym') diff --git a/globvar.sym b/globvar.sym index 3608a79b4d..243eb3f016 100644 --- a/globvar.sym +++ b/globvar.sym @@ -58,6 +58,7 @@ PL_ppaddr PL_reg_extflags_name PL_reg_intflags_name PL_reg_name +PL_regarglen PL_regkind PL_revision PL_runops_dbg -- cgit v1.2.1