summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-18 21:24:47 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-22 08:33:23 -0400
commitb992490dd5c64d667e649dd0ee35a658034d93c0 (patch)
tree96525524697e860d7d8f75d38062f10d1ecc9c19 /regcomp.c
parentbbef9e8971749a5008bb4cd805eff6a7e0c584b4 (diff)
downloadperl-b992490dd5c64d667e649dd0ee35a658034d93c0.tar.gz
inline_invlist.c -> invlist_inline.h
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index 3e6ac62695..411e3c7723 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -87,7 +87,7 @@ EXTERN_C const struct regexp_engine my_reg_engine;
#endif
#include "dquote_static.c"
-#include "inline_invlist.c"
+#include "invlist_inline.h"
#include "unicode_constants.h"
#define HAS_NONLATIN1_FOLD_CLOSURE(i) \
@@ -7981,7 +7981,7 @@ S_reg_scan_name(pTHX_ RExC_state_t *pRExC_state, U32 flags)
* Some of the methods should always be private to the implementation, and some
* should eventually be made public */
-/* The header definitions are in F<inline_invlist.c> */
+/* The header definitions are in F<invlist_inline.h> */
PERL_STATIC_INLINE UV*
S__invlist_array_init(SV* const invlist, const bool will_have_0)