summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-19 16:54:22 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-22 08:33:24 -0400
commita55c5245146801ac2b2be2914342a6a829670513 (patch)
tree5a49e31da2c0e06bf68f46a0c8b8c6d4cf9f1d4e /regcomp.c
parentf7e03a1013a0b759f99885c500f0e89656a992ba (diff)
downloadperl-a55c5245146801ac2b2be2914342a6a829670513.tar.gz
dquote_static.c -> dquote.c
Instead of #include-ing the C file, compile it normally.
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index e2a61f5e17..556e5588fd 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -86,7 +86,6 @@ EXTERN_C const struct regexp_engine my_reg_engine;
# include "regcomp.h"
#endif
-#include "dquote_static.c"
#include "dquote_inline.h"
#include "invlist_inline.h"
#include "unicode_constants.h"