summaryrefslogtreecommitdiff
path: root/pp_pack.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-18 16:28:46 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-22 08:33:21 -0400
commit4ad176efffec2453196c8a3f35f73c0eeed776a0 (patch)
tree6327553a8718283879e995a91eafdb31fb52f25c /pp_pack.c
parent16bc0f484029674886960a735bef3fa497aeb6de (diff)
downloadperl-4ad176efffec2453196c8a3f35f73c0eeed776a0.tar.gz
packsizetables.c -> packsizetables.inc
Diffstat (limited to 'pp_pack.c')
-rw-r--r--pp_pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_pack.c b/pp_pack.c
index cf1074e23d..dd0dd4ea01 100644
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -237,7 +237,7 @@ S_mul128(pTHX_ SV *sv, U8 m)
#define PACK_SIZE_UNPREDICTABLE 0x40 /* Not a fixed size element */
#define PACK_SIZE_MASK 0x3F
-#include "packsizetables.c"
+#include "packsizetables.inc"
static void
S_reverse_copy(const char *src, char *dest, STRLEN len)