From 0eb238cf006caac8f7b19a85426905d388f6a20a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Nov 2024 20:52:08 +0100 Subject: Force JIT compilation --- src/globals.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index 9475bc3..1285db3 100644 --- a/src/globals.h +++ b/src/globals.h @@ -39,7 +39,6 @@ typedef struct { maybe_extern flags_t flags; maybe_extern int grab_tabsize; maybe_extern op_t *ops; -maybe_extern typeof(pcre2_match) *pcre2_match_fn; #if MAIN_C atomic_int rv = EXIT_NOMATCH; const char *lquot = "`", *rquot = "'"; -- cgit v1.2.3