From c229b64cfdf63c0671f41130fa3b2bb15dbf9779 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 27 Feb 2011 17:51:33 -0700 Subject: regcomp.c: Add fcn add_cp_to_invlist() This is just an inline shorthand when a single code point is all that is needed. A macro could have been used instead, but this just seemed nicer. --- embed.h | 1 + 1 file changed, 1 insertion(+) (limited to 'embed.h') diff --git a/embed.h b/embed.h index 6aa7eb5c63..d334542dfb 100644 --- a/embed.h +++ b/embed.h @@ -867,6 +867,7 @@ # endif # if defined(PERL_IN_REGCOMP_C) #define add_alternate(a,b,c) S_add_alternate(aTHX_ a,b,c) +#define add_cp_to_invlist(a,b) S_add_cp_to_invlist(aTHX_ a,b) #define add_data S_add_data #define add_range_to_invlist(a,b,c) S_add_range_to_invlist(aTHX_ a,b,c) #define checkposixcc(a) S_checkposixcc(aTHX_ a) -- cgit v1.2.1