diff options
author | Karl Williamson <khw@cpan.org> | 2020-01-16 15:33:44 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-01-23 15:46:56 -0700 |
commit | 14fe5f8a20e1e15504b894f3df0861524250bd64 (patch) | |
tree | 3e582fa6dfe371ac7a7f7a41e725bcb83b53e3dd /dquote.c | |
parent | fcc04d73946f50bda2ffb344bea778338ce39003 (diff) | |
download | perl-14fe5f8a20e1e15504b894f3df0861524250bd64.tar.gz |
Remove dquote_inline.h
The remaining function in this file is moved to inline.h, just to not
have an extra file lying around with hardly anything in it.
Diffstat (limited to 'dquote.c')
-rw-r--r-- | dquote.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ #include "EXTERN.h" #define PERL_IN_DQUOTE_C #include "perl.h" -#include "dquote_inline.h" /* XXX Add documentation after final interface and behavior is decided */ |