diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-18 16:28:46 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-22 08:33:21 -0400 |
commit | 4ad176efffec2453196c8a3f35f73c0eeed776a0 (patch) | |
tree | 6327553a8718283879e995a91eafdb31fb52f25c /pp_pack.c | |
parent | 16bc0f484029674886960a735bef3fa497aeb6de (diff) | |
download | perl-4ad176efffec2453196c8a3f35f73c0eeed776a0.tar.gz |
packsizetables.c -> packsizetables.inc
Diffstat (limited to 'pp_pack.c')
-rw-r--r-- | pp_pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |