diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-18 21:24:47 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-22 08:33:23 -0400 |
commit | b992490dd5c64d667e649dd0ee35a658034d93c0 (patch) | |
tree | 96525524697e860d7d8f75d38062f10d1ecc9c19 /regcomp.c | |
parent | bbef9e8971749a5008bb4cd805eff6a7e0c584b4 (diff) | |
download | perl-b992490dd5c64d667e649dd0ee35a658034d93c0.tar.gz |
inline_invlist.c -> invlist_inline.h
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |