summaryrefslogtreecommitdiff
path: root/regexec.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 /regexec.c
parentbbef9e8971749a5008bb4cd805eff6a7e0c584b4 (diff)
downloadperl-b992490dd5c64d667e649dd0ee35a658034d93c0.tar.gz
inline_invlist.c -> invlist_inline.h
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 3455498ee1..ec4ed861ab 100644
--- a/regexec.c
+++ b/regexec.c
@@ -83,7 +83,7 @@
# include "regcomp.h"
#endif
-#include "inline_invlist.c"
+#include "invlist_inline.h"
#include "unicode_constants.h"
#ifdef DEBUGGING