From 609756f2528a92f7d426129a05d53878dcf547d5 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Sat, 30 Jul 2022 18:43:01 +0200 Subject: regex engine - Rename reg_off_by_arg to PL_reg_off_by_arg This is in preparation for a future patch, so we can access PL_reg_off_by_arg() from an inline function in regexec.c --- globvar.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'globvar.sym') diff --git a/globvar.sym b/globvar.sym index 243eb3f016..e06a12a18d 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_reg_off_by_arg PL_regarglen PL_regkind PL_revision -- cgit v1.2.1