diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-01 05:33:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-01 05:33:14 +0000 |
commit | d9aad7f7caf6c1d42b8e71a2a04bfca6447d2827 (patch) | |
tree | dccc6636377483116741f280578188f0a4360f81 /pp.c | |
parent | 57b2e4523f4df782c055782388ac1aacff9603ef (diff) | |
parent | d132b95fb004c5e3d94e297d3804c90cfef96fed (diff) | |
download | perl-d9aad7f7caf6c1d42b8e71a2a04bfca6447d2827.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4606
Diffstat (limited to 'pp.c')
-rw-r--r-- | pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4843,7 +4843,7 @@ PP(pp_pack) sv_catpvn(cat, (char*)&aquad, sizeof(Quad_t)); } break; -#endif /* Quad_t */ +#endif case 'P': len = 1; /* assume SV is correct length */ /* FALL THROUGH */ |